diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 554d00f..dae7a19 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -147,6 +147,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
147 | WelcomeMessage = "Welcome, Avatar!" | 147 | WelcomeMessage = "Welcome, Avatar!" |
148 | AllowRemoteSetLoginLevel = "false" | 148 | AllowRemoteSetLoginLevel = "false" |
149 | 149 | ||
150 | ; If you run this login server behind a proxy, set this to true | ||
151 | ; HasProxy = true | ||
152 | |||
150 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) | 153 | ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) |
151 | ; CHANGE THIS | 154 | ; CHANGE THIS |
152 | HomeURI = "http://127.0.0.1:8002" | 155 | HomeURI = "http://127.0.0.1:8002" |
@@ -216,6 +219,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
216 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 219 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
217 | GridService = "OpenSim.Services.GridService.dll:GridService" | 220 | GridService = "OpenSim.Services.GridService.dll:GridService" |
218 | 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" | ||
219 | 226 | ||
220 | ; * 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. |
221 | ; * This restricts the inventory operations while in other grids. | 228 | ; * This restricts the inventory operations while in other grids. |