diff options
author | UbitUmarov | 2016-12-23 02:53:58 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-23 02:53:58 +0000 |
commit | 86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55 (patch) | |
tree | d61a1b20e0bd05f4b784c299f8e220608c9bcb34 /bin/Robust.ini.example | |
parent | update httpserver muting some socket errors that are normal (diff) | |
parent | UserProfileModule threading issues (diff) | |
download | opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.zip opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.tar.gz opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.tar.bz2 opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 44 |
1 files changed, 18 insertions, 26 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 51cf9d8..2263780 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -50,7 +50,7 @@ | |||
50 | ; Modular configurations | 50 | ; Modular configurations |
51 | ; Set path to directory for modular ini files... | 51 | ; Set path to directory for modular ini files... |
52 | ; The Robust.exe process must have R/W access to the location | 52 | ; The Robust.exe process must have R/W access to the location |
53 | ConfigDirectory = "." | 53 | ConfigDirectory = "robust-include" |
54 | 54 | ||
55 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) | 55 | ; Console commands can be saved to a file, so the command history persists after a restart. (default is true) |
56 | ConsoleHistoryFileEnabled = true | 56 | ConsoleHistoryFileEnabled = true |
@@ -89,11 +89,11 @@ | |||
89 | MapAddServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MapAddServiceConnector" | 89 | MapAddServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:MapAddServiceConnector" |
90 | MapGetServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 90 | MapGetServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:MapGetServiceConnector" |
91 | ;; Uncomment this if you want offline IM to work | 91 | ;; Uncomment this if you want offline IM to work |
92 | ;OfflineIMServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | 92 | ; OfflineIMServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" |
93 | ;; Uncomment this if you want Groups V2 to work | 93 | ;; Uncomment this if you want Groups V2 to work |
94 | ;GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | 94 | ; GroupsServiceConnector = "${Const|PrivatePort}/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" |
95 | ;; Uncomment to provide bakes caching | 95 | ;; Uncomment to provide bakes caching |
96 | ;BakedTextureService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XBakesConnector" | 96 | ; BakedTextureService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XBakesConnector" |
97 | 97 | ||
98 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... | 98 | ;; Uncomment for UserProfiles see [UserProfilesService] to configure... |
99 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" | 99 | ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" |
@@ -222,7 +222,7 @@ | |||
222 | 222 | ||
223 | ;; The following are common to both the default asset service and FSAsset service | 223 | ;; The following are common to both the default asset service and FSAsset service |
224 | 224 | ||
225 | ;; Default loader for loading default assets from XML on first run | 225 | ;; Common asset service options |
226 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 226 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
227 | AssetLoaderArgs = "./assets/AssetSets.xml" | 227 | AssetLoaderArgs = "./assets/AssetSets.xml" |
228 | 228 | ||
@@ -332,6 +332,7 @@ | |||
332 | [AuthenticationService] | 332 | [AuthenticationService] |
333 | ; for the server connector | 333 | ; for the server connector |
334 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 334 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
335 | ; Realm = "useraccounts" | ||
335 | 336 | ||
336 | ;; Allow the service to process HTTP getauthinfo calls. | 337 | ;; Allow the service to process HTTP getauthinfo calls. |
337 | ;; Default is false. | 338 | ;; Default is false. |
@@ -352,8 +353,8 @@ | |||
352 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 353 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
353 | 354 | ||
354 | 355 | ||
355 | ; * This is the new style authentication service. Currently, only MySQL | 356 | ; * This is the new style user service. |
356 | ; * is implemented. "Realm" is the table that is used for user lookup. | 357 | ; * "Realm" is the table that is used for user lookup. |
357 | ; * It defaults to "useraccounts", which uses the new style. | 358 | ; * It defaults to "useraccounts", which uses the new style. |
358 | ; * Realm = "users" will use the legacy tables as an authentication source | 359 | ; * Realm = "users" will use the legacy tables as an authentication source |
359 | ; * | 360 | ; * |
@@ -464,15 +465,6 @@ | |||
464 | ; HasProxy = false | 465 | ; HasProxy = false |
465 | 466 | ||
466 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | 467 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" |
467 | ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead, | ||
468 | ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific | ||
469 | ;; would result in time inconsistencies between grids (during summer and around DST transition period) | ||
470 | ;; default let OpenSim calculate US Pacific DST | ||
471 | ;; "none" disable DST (equivallent to "local" with system set to GMT) | ||
472 | ;; "local" force legacy behaviour (using local system time to calculate DST) | ||
473 | ; DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
474 | |||
475 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
476 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | 468 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time |
477 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | 469 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. |
478 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | 470 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. |
@@ -517,16 +509,6 @@ | |||
517 | ; HasProxy = false | 509 | ; HasProxy = false |
518 | 510 | ||
519 | 511 | ||
520 | [Messaging] | ||
521 | ; OfflineIM | ||
522 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | ||
523 | |||
524 | |||
525 | [Groups] | ||
526 | ;; Sets the maximum number of groups an agent may join | ||
527 | ; MaxAgentGroups = 42 | ||
528 | |||
529 | |||
530 | [GridInfoService] | 512 | [GridInfoService] |
531 | ; These settings are used to return information on a get_grid_info call. | 513 | ; These settings are used to return information on a get_grid_info call. |
532 | ; Client launcher scripts and third-party clients make use of this to | 514 | ; Client launcher scripts and third-party clients make use of this to |
@@ -567,6 +549,16 @@ | |||
567 | ;password = ${Const|BaseURL}/password | 549 | ;password = ${Const|BaseURL}/password |
568 | 550 | ||
569 | 551 | ||
552 | [Messaging] | ||
553 | ; OfflineIM | ||
554 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | ||
555 | |||
556 | |||
557 | [Groups] | ||
558 | ;; Sets the maximum number of groups an agent may join | ||
559 | ; MaxAgentGroups = 42 | ||
560 | |||
561 | |||
570 | [UserProfilesService] | 562 | [UserProfilesService] |
571 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" | 563 | LocalServiceModule = "OpenSim.Services.UserProfilesService.dll:UserProfilesService" |
572 | Enabled = false | 564 | Enabled = false |