aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorMic Bowman2013-07-31 11:42:22 -0700
committerMic Bowman2013-07-31 11:42:22 -0700
commitd82126b651d07893c701c8477630aabf022b30d0 (patch)
treec205f858b08b2553a982709993af9b2c74df0eb4 /bin/config-include
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-d82126b651d07893c701c8477630aabf022b30d0.zip
opensim-SC_OLD-d82126b651d07893c701c8477630aabf022b30d0.tar.gz
opensim-SC_OLD-d82126b651d07893c701c8477630aabf022b30d0.tar.bz2
opensim-SC_OLD-d82126b651d07893c701c8477630aabf022b30d0.tar.xz
Add the Simian service config to the GridCommon example
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/GridCommon.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index d12ea5b..920a691 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -205,3 +205,12 @@
205 ; DisallowResidents -- only Admins and Managers allowed 205 ; DisallowResidents -- only Admins and Managers allowed
206 ; Example: 206 ; Example:
207 ; Region_Test_1 = "DisallowForeigners" 207 ; Region_Test_1 = "DisallowForeigners"
208
209
210;; Uncomment if you are using SimianGrid for grid services
211[SimianGrid]
212 ;; SimianGrid services URL
213 ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
214
215 ;; Capability assigned by the grid administrator for the simulator
216 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" \ No newline at end of file