diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 42 |
1 files changed, 38 insertions, 4 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2fd9f11..3eecdd9 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -185,7 +185,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
185 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 185 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
186 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 186 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
187 | ;; Default is false | 187 | ;; Default is false |
188 | ; CreateDefaultAvatarEntries = false | 188 | CreateDefaultAvatarEntries = true |
189 | 189 | ||
190 | ;; Allow the service to process HTTP createuser calls. | 190 | ;; Allow the service to process HTTP createuser calls. |
191 | ;; Default is false. | 191 | ;; Default is false. |
@@ -237,12 +237,19 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
237 | 237 | ||
238 | WelcomeMessage = "Welcome, Avatar!" | 238 | WelcomeMessage = "Welcome, Avatar!" |
239 | AllowRemoteSetLoginLevel = "false" | 239 | AllowRemoteSetLoginLevel = "false" |
240 | 240 | ||
241 | ; For V2 map | 241 | ; For V2 map |
242 | MapTileURL = "http://127.0.0.1:8002"; | 242 | MapTileURL = "http://127.0.0.1:8002"; |
243 | 243 | ||
244 | ; For WebProfiles (V3) | 244 | ; For V2/3 Web Profiles |
245 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | 245 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are |
246 | ; being used in a development viewer as support for webprofiles | ||
247 | ; is being developed across the componets | ||
248 | ; | ||
249 | ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
250 | ; | ||
251 | ; For V2/V3 webapp authentication SSO | ||
252 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" | ||
246 | 253 | ||
247 | ; If you run this login server behind a proxy, set this to true | 254 | ; If you run this login server behind a proxy, set this to true |
248 | ; HasProxy = false | 255 | ; HasProxy = false |
@@ -275,10 +282,29 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
275 | ;AllowedClients = "" | 282 | ;AllowedClients = "" |
276 | ;DeniedClients = "" | 283 | ;DeniedClients = "" |
277 | 284 | ||
285 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
286 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | ||
287 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | ||
288 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | ||
289 | ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. | ||
290 | ;; Options are | ||
291 | ;; "none" no DST | ||
292 | ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. | ||
293 | ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. | ||
294 | ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows | ||
295 | DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
296 | |||
278 | [MapImageService] | 297 | [MapImageService] |
279 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 298 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
280 | ; Set this if you want to change the default | 299 | ; Set this if you want to change the default |
281 | ; TilesStoragePath = "maptiles" | 300 | ; TilesStoragePath = "maptiles" |
301 | ; | ||
302 | ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002), | ||
303 | ; you may want to set this. Otherwise, don't set it, because it's already protected. | ||
304 | ; GridService = "OpenSim.Services.GridService.dll:GridService" | ||
305 | ; | ||
306 | ; Additionally, if you run this server behind a proxy, set this to true | ||
307 | ; HasProxy = false | ||
282 | 308 | ||
283 | [GridInfoService] | 309 | [GridInfoService] |
284 | ; These settings are used to return information on a get_grid_info call. | 310 | ; These settings are used to return information on a get_grid_info call. |
@@ -318,6 +344,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
318 | 344 | ||
319 | ; password help: optional: page providing password assistance for users of your grid | 345 | ; password help: optional: page providing password assistance for users of your grid |
320 | ;password = http://127.0.0.1/password | 346 | ;password = http://127.0.0.1/password |
347 | |||
348 | ; HG address of the gatekeeper, if you have one | ||
349 | ; this is the entry point for all the regions of the world | ||
350 | ; gatekeeper = http://127.0.0.1:8002/ | ||
351 | |||
352 | ; HG user domain, if you have one | ||
353 | ; this is the entry point for all user-related HG services | ||
354 | ; uas = http://127.0.0.1:8002/ | ||
321 | 355 | ||
322 | [GatekeeperService] | 356 | [GatekeeperService] |
323 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 357 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |