diff options
author | Diva Canto | 2011-03-28 16:46:04 -0700 |
---|---|---|
committer | Diva Canto | 2011-03-28 16:46:04 -0700 |
commit | 2d209d3844a58a4d27fe15aa5ccd497bbd530707 (patch) | |
tree | e0267f0e6376b1af3492ad49c82d08e55027f0ca /bin/config-include/StandaloneCommon.ini.example | |
parent | The actual change to README.txt about running on Linux. (diff) | |
download | opensim-SC_OLD-2d209d3844a58a4d27fe15aa5ccd497bbd530707.zip opensim-SC_OLD-2d209d3844a58a4d27fe15aa5ccd497bbd530707.tar.gz opensim-SC_OLD-2d209d3844a58a4d27fe15aa5ccd497bbd530707.tar.bz2 opensim-SC_OLD-2d209d3844a58a4d27fe15aa5ccd497bbd530707.tar.xz |
Fix mantis #5413. WARNING: new config variable in section [GridService] of the simulators called Gatekeeper -- intended to have the URL of the grid's Gatekeeper service (so that it can be checked against). See ini.examples.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 816e9a6..995a33e 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -78,6 +78,11 @@ | |||
78 | ;; For example: | 78 | ;; For example: |
79 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" | 79 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
80 | 80 | ||
81 | ; === HG ONLY === | ||
82 | ;; change this to the address of your simulator | ||
83 | Gatekeeper="http://127.0.0.1:9000" | ||
84 | |||
85 | |||
81 | [LibraryModule] | 86 | [LibraryModule] |
82 | ; Set this if you want to change the name of the OpenSim Library | 87 | ; Set this if you want to change the name of the OpenSim Library |
83 | ;LibraryName = "My World's Library" | 88 | ;LibraryName = "My World's Library" |