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/GridCommon.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 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 4dc0e53..a6fe4b1 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -45,6 +45,12 @@ | |||
45 | ;; Directory for map tile images of linked regions | 45 | ;; Directory for map tile images of linked regions |
46 | ; MapTileDirectory = "./maptiles" | 46 | ; MapTileDirectory = "./maptiles" |
47 | 47 | ||
48 | ; === HG ONLY === | ||
49 | ;; change this to the address of your Gatekeeper service | ||
50 | ;; (usually bundled with the rest of the services in one | ||
51 | ;; Robust server in port 8002, but not always) | ||
52 | Gatekeeper="http://mygridserver.com:8002" | ||
53 | |||
48 | [AvatarService] | 54 | [AvatarService] |
49 | ; | 55 | ; |
50 | ; change this to your grid-wide grid server | 56 | ; change this to your grid-wide grid server |