diff options
author | Diva Canto | 2010-09-04 16:39:03 -0700 |
---|---|---|
committer | Diva Canto | 2010-09-04 16:39:03 -0700 |
commit | 9fd98368416ce9514e0926301a1fc20648d9ad59 (patch) | |
tree | 1d548f5311c51ad3dc5095232e87a45ef71c98b0 /bin/Robust.HG.ini.example | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-9fd98368416ce9514e0926301a1fc20648d9ad59.zip opensim-SC_OLD-9fd98368416ce9514e0926301a1fc20648d9ad59.tar.gz opensim-SC_OLD-9fd98368416ce9514e0926301a1fc20648d9ad59.tar.bz2 opensim-SC_OLD-9fd98368416ce9514e0926301a1fc20648d9ad59.tar.xz |
Make User Agent Service and Login Service separable.
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 9aaa46b..dae7a19 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -219,6 +219,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
219 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 219 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
220 | GridService = "OpenSim.Services.GridService.dll:GridService" | 220 | GridService = "OpenSim.Services.GridService.dll:GridService" |
221 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 221 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
222 | |||
223 | ;; If you separate the UserAgentService from the LoginService, set this to | ||
224 | ;; the IP address of the machine where your LoginService is | ||
225 | ;LoginServerIP = "127.0.0.1" | ||
222 | 226 | ||
223 | ; * The interface that local users get when they are in other grids. | 227 | ; * The interface that local users get when they are in other grids. |
224 | ; * This restricts the inventory operations while in other grids. | 228 | ; * This restricts the inventory operations while in other grids. |