diff options
author | Diva Canto | 2012-01-12 09:56:35 -0800 |
---|---|---|
committer | Diva Canto | 2012-01-12 09:56:35 -0800 |
commit | 8bdd80abfa3830142b16615d97d555dad417e08d (patch) | |
tree | bfeb815776a50535591d2bacd20082c6e7f8caa9 /bin | |
parent | Correcting ini.example were permissionmodules uses komma instead of space as ... (diff) | |
download | opensim-SC-8bdd80abfa3830142b16615d97d555dad417e08d.zip opensim-SC-8bdd80abfa3830142b16615d97d555dad417e08d.tar.gz opensim-SC-8bdd80abfa3830142b16615d97d555dad417e08d.tar.bz2 opensim-SC-8bdd80abfa3830142b16615d97d555dad417e08d.tar.xz |
HG: normalize all externalized user ULRs to be the Home URL, i.e. the location of the user's UAS. This corrects an earlier design which had some cases pointing to the profile server. WARNING: CONFIGURATION CHANGES in both the sims (*Common.ini) and the Robust configs (Robust.HG.ini). Please check diff of the example files, but basically all vars that were pointing to profile should point to the UAS instead and should be called HomeURI.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 49ee41a..668fabc 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -380,7 +380,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
380 | ; For the InventoryServiceInConnector | 380 | ; For the InventoryServiceInConnector |
381 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService" | 381 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService" |
382 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 382 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
383 | ProfileServerURI = "http://127.0.0.1:8002/user" | 383 | HomeURI = "http://127.0.0.1:8002" |
384 | 384 | ||
385 | ; * The interface that local users get when they are in other grids. | 385 | ; * The interface that local users get when they are in other grids. |
386 | ; * This restricts the access that the rest of the world has to | 386 | ; * This restricts the access that the rest of the world has to |
@@ -389,7 +389,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
389 | [HGAssetService] | 389 | [HGAssetService] |
390 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 390 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
391 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 391 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
392 | ProfileServerURI = "http://127.0.0.1:8002/user" | 392 | HomeURI = "http://127.0.0.1:8002" |
393 | 393 | ||
394 | [HGFriendsService] | 394 | [HGFriendsService] |
395 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | 395 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e368249..815e08c 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -123,7 +123,7 @@ | |||
123 | ; Change this to your server | 123 | ; Change this to your server |
124 | ; accessible from other grids | 124 | ; accessible from other grids |
125 | ; | 125 | ; |
126 | ProfileServerURI = "http://mygridserver.com:8002/user" | 126 | HomeURI = "http://mygridserver.com:8002/user" |
127 | Gatekeeper = "http://mygridserver.com:8002" | 127 | Gatekeeper = "http://mygridserver.com:8002" |
128 | ;; If you want to protect your assets from being copied by foreign visitors | 128 | ;; If you want to protect your assets from being copied by foreign visitors |
129 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 129 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 84611ec..2f39218 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -48,13 +48,13 @@ | |||
48 | AssetLoaderArgs = "assets/AssetSets.xml" | 48 | AssetLoaderArgs = "assets/AssetSets.xml" |
49 | 49 | ||
50 | [HGInventoryService] | 50 | [HGInventoryService] |
51 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | 51 | HomeURI = "http://127.0.0.1:9000" |
52 | 52 | ||
53 | [HGAssetService] | 53 | [HGAssetService] |
54 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | 54 | HomeURI = "http://127.0.0.1:9000" |
55 | 55 | ||
56 | [HGInventoryAccessModule] | 56 | [HGInventoryAccessModule] |
57 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | 57 | HomeURI = "http://127.0.0.1:9000" |
58 | Gatekeeper = "http://127.0.0.1:9000" | 58 | Gatekeeper = "http://127.0.0.1:9000" |
59 | 59 | ||
60 | ;; If you want to protect your assets from being copied by foreign visitors | 60 | ;; If you want to protect your assets from being copied by foreign visitors |