aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-12 19:03:26 +0000
committerJustin Clark-Casey (justincc)2012-01-12 19:03:26 +0000
commit0a1d61950b326abffbcc0b9fe763e1cc6351acf6 (patch)
tree934c0e80e5103c871fdf19f90ee50e0175d14895 /bin
parentrefactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth... (diff)
parentRenamed one var and deleted commented code. No functional changes. (diff)
downloadopensim-SC_OLD-0a1d61950b326abffbcc0b9fe763e1cc6351acf6.zip
opensim-SC_OLD-0a1d61950b326abffbcc0b9fe763e1cc6351acf6.tar.gz
opensim-SC_OLD-0a1d61950b326abffbcc0b9fe763e1cc6351acf6.tar.bz2
opensim-SC_OLD-0a1d61950b326abffbcc0b9fe763e1cc6351acf6.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.ini.example6
-rw-r--r--bin/Robust.HG.ini.example4
-rw-r--r--bin/config-include/GridCommon.ini.example2
-rw-r--r--bin/config-include/StandaloneCommon.ini.example6
4 files changed, 9 insertions, 9 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 97102a2..f9b405d 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -171,9 +171,9 @@
171 ; physics = basicphysics 171 ; physics = basicphysics
172 ; physics = POS 172 ; physics = POS
173 173
174 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by space} {} DefaultPermissionsModule 174 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
175 ;; Permission modules to use, separated by space. 175 ;; Permission modules to use, separated by comma.
176 ; permissionmodules = "DefaultPermissionsModule" 176 ; permissionmodules = DefaultPermissionsModule
177 177
178 ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true 178 ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true
179 ;; These are the parameters for the default permissions module 179 ;; These are the parameters for the default permissions module
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