aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Standalone.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r--bin/config-include/Standalone.ini15
1 files changed, 12 insertions, 3 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index d307387..ba72fe7 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -25,9 +25,6 @@
25 GridInfoServiceInConnector = true 25 GridInfoServiceInConnector = true
26 MapImageServiceInConnector = true 26 MapImageServiceInConnector = true
27 27
28[Profile]
29 Module = "BasicProfileModule"
30
31[SimulationDataStore] 28[SimulationDataStore]
32 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" 29 LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService"
33 30
@@ -95,6 +92,18 @@
95 92
96 WelcomeMessage = "Welcome, Avatar!" 93 WelcomeMessage = "Welcome, Avatar!"
97 94
95 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
96 ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
97 ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
98 ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
99 ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
100 ;; Options are
101 ;; "none" no DST
102 ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
103 ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
104 ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
105 DSTZone = "America/Los_Angeles;Pacific Standard Time"
106
98[MapImageService] 107[MapImageService]
99 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 108 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
100 ; in minutes 109 ; in minutes