aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2012-12-07 12:38:19 -0800
committerDiva Canto2012-12-07 12:38:19 -0800
commit16d18afe21fdafe19f2f0be9803834626f4c20b7 (patch)
treea6ce5ce172ef65fe394847bcd65ce267563b08a1 /bin/config-include
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-16d18afe21fdafe19f2f0be9803834626f4c20b7.zip
opensim-SC_OLD-16d18afe21fdafe19f2f0be9803834626f4c20b7.tar.gz
opensim-SC_OLD-16d18afe21fdafe19f2f0be9803834626f4c20b7.tar.bz2
opensim-SC_OLD-16d18afe21fdafe19f2f0be9803834626f4c20b7.tar.xz
Added missing config var in grided sims.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/GridCommon.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 79f7ed6..e53fcca 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -137,6 +137,11 @@
137 ;; uncomment the next line. You may want to do this on sims that have licensed content. 137 ;; uncomment the next line. You may want to do this on sims that have licensed content.
138 ; OutboundPermission = False 138 ; OutboundPermission = False
139 139
140 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
141 ;; and available when they return. True by default.
142 ;RestrictInventoryAccessAbroad = True
143
144
140[HGAssetService] 145[HGAssetService]
141 ; 146 ;
142 ; === HG ONLY === 147 ; === HG ONLY ===