diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 42 |
1 files changed, 17 insertions, 25 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 743b23d..7c9f6da 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -81,11 +81,11 @@ | |||
81 | MapAddServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MapAddServiceConnector" | 81 | MapAddServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MapAddServiceConnector" |
82 | MapGetServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 82 | MapGetServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:MapGetServiceConnector" |
83 | ;; Uncomment this if you want offline IM to work | 83 | ;; Uncomment this if you want offline IM to work |
84 | ;OfflineIMServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | 84 | ; OfflineIMServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" |
85 | ;; Uncomment this if you want Groups V2 to work | 85 | ;; Uncomment this if you want Groups V2 to work |
86 | ;GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | 86 | ; GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" |
87 | ;; Uncomment to provide bakes caching | 87 | ;; Uncomment to provide bakes caching |
88 | ;BakedTextureService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XBakesConnector" | 88 | ; BakedTextureService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XBakesConnector" |
89 | 89 | ||
90 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 90 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
91 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 91 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" |
@@ -214,7 +214,7 @@ | |||
214 | 214 | ||
215 | ;; The following are common to both the default asset service and FSAsset service | 215 | ;; The following are common to both the default asset service and FSAsset service |
216 | 216 | ||
217 | ;; Default loader for loading default assets from XML on first run | 217 | ;; Common asset service options |
218 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 218 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
219 | AssetLoaderArgs = "./assets/AssetSets.xml" | 219 | AssetLoaderArgs = "./assets/AssetSets.xml" |
220 | 220 | ||
@@ -324,6 +324,7 @@ | |||
324 | [AuthenticationService] | 324 | [AuthenticationService] |
325 | ; for the server connector | 325 | ; for the server connector |
326 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 326 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
327 | ; Realm = "useraccounts" | ||
327 | 328 | ||
328 | ;; Allow the service to process HTTP getauthinfo calls. | 329 | ;; Allow the service to process HTTP getauthinfo calls. |
329 | ;; Default is false. | 330 | ;; Default is false. |
@@ -344,8 +345,8 @@ | |||
344 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 345 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
345 | 346 | ||
346 | 347 | ||
347 | ; * This is the new style authentication service. Currently, only MySQL | 348 | ; * This is the new style user service. |
348 | ; * is implemented. "Realm" is the table that is used for user lookup. | 349 | ; * "Realm" is the table that is used for user lookup. |
349 | ; * It defaults to "useraccounts", which uses the new style. | 350 | ; * It defaults to "useraccounts", which uses the new style. |
350 | ; * Realm = "users" will use the legacy tables as an authentication source | 351 | ; * Realm = "users" will use the legacy tables as an authentication source |
351 | ; * | 352 | ; * |
@@ -456,15 +457,6 @@ | |||
456 | ; HasProxy = false | 457 | ; HasProxy = false |
457 | 458 | ||
458 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | 459 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" |
459 | ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead, | ||
460 | ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific | ||
461 | ;; would result in time inconsistencies between grids (during summer and around DST transition period) | ||
462 | ;; default let OpenSim calculate US Pacific DST | ||
463 | ;; "none" disable DST (equivallent to "local" with system set to GMT) | ||
464 | ;; "local" force legacy behaviour (using local system time to calculate DST) | ||
465 | ; DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
466 | |||
467 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
468 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | 460 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time |
469 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | 461 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. |
470 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | 462 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. |
@@ -509,16 +501,6 @@ | |||
509 | ; HasProxy = false | 501 | ; HasProxy = false |
510 | 502 | ||
511 | 503 | ||
512 | [Messaging] | ||
513 | ; OfflineIM | ||
514 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | ||
515 | |||
516 | |||
517 | [Groups] | ||
518 | ;; Sets the maximum number of groups an agent may join | ||
519 | ; MaxAgentGroups = 42 | ||
520 | |||
521 | |||
522 | [GridInfoService] | 504 | [GridInfoService] |
523 | ; These settings are used to return information on a get_grid_info call. | 505 | ; These settings are used to return information on a get_grid_info call. |
524 | ; Client launcher scripts and third-party clients make use of this to | 506 | ; Client launcher scripts and third-party clients make use of this to |
@@ -559,6 +541,16 @@ | |||
559 | ;password = ${Const|BaseURL}/password | 541 | ;password = ${Const|BaseURL}/password |
560 | 542 | ||
561 | 543 | ||
544 | [Messaging] | ||
545 | ; OfflineIM | ||
546 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | ||
547 | |||
548 | |||
549 | [Groups] | ||
550 | ;; Sets the maximum number of groups an agent may join | ||
551 | ; MaxAgentGroups = 42 | ||
552 | |||
553 | |||
562 | [UserProfilesService] | 554 | [UserProfilesService] |
563 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | 555 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" |
564 | Enabled = false | 556 | Enabled = false |