aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey2014-05-27 23:29:54 +0100
committerJustin Clark-Casey2014-05-27 23:29:54 +0100
commit3f703ae1cb02cbcb0efaff061d495bacca941de0 (patch)
tree3221068b4bc4119023b3dfa621c19e126c2eb3f3 /bin/config-include/GridCommon.ini.example
parentMerge branch 'master' into 0.8-post-fixes (diff)
parentminor: Comment out 2 error level debugging message in authentication code (diff)
downloadopensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.zip
opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.tar.gz
opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.tar.bz2
opensim-SC_OLD-3f703ae1cb02cbcb0efaff061d495bacca941de0.tar.xz
Merge branch 'master' into 0.8-post-fixes
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example12
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 5460c0a..59eebd8 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -160,13 +160,21 @@
160 HomeURI = "http://mygridserver.com:8002" 160 HomeURI = "http://mygridserver.com:8002"
161 Gatekeeper = "http://mygridserver.com:8002" 161 Gatekeeper = "http://mygridserver.com:8002"
162 ;; If you want to protect your assets from being copied by foreign visitors 162 ;; If you want to protect your assets from being copied by foreign visitors
163 ;; uncomment the next line. You may want to do this on sims that have licensed content. 163 ;; set this to false. You may want to do this on sims that have licensed content.
164 ; OutboundPermission = False 164 ;; Default is true.
165 ; OutboundPermission = True
165 166
166 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling 167 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
167 ;; and available when they return. True by default. 168 ;; and available when they return. True by default.
168 ;RestrictInventoryAccessAbroad = True 169 ;RestrictInventoryAccessAbroad = True
169 170
171 ;; Warning: advanced and unusual. Default is false.
172 ;; Enables configurations where grids share user services, including inventory,
173 ;; while separating regions' assets from users' assets. Asset transfer between
174 ;; the users' asset server and the regions' asset server is done in HG-like manner.
175 ; CheckSeparateAssets = false
176 ; RegionHGAssetServerURI = http://mygridserver.com:8002
177
170 178
171[HGAssetService] 179[HGAssetService]
172 ; 180 ;