aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example41
1 files changed, 37 insertions, 4 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 69e94a5..5a9d613 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -166,7 +166,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
166 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 166 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
167 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 167 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
168 ;; Default is false 168 ;; Default is false
169 ; CreateDefaultAvatarEntries = false 169 CreateDefaultAvatarEntries = true
170 170
171 ;; Allow the service to process HTTP createuser calls. 171 ;; Allow the service to process HTTP createuser calls.
172 ;; Default is false. 172 ;; Default is false.
@@ -225,10 +225,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
225 MapTileURL = "http://127.0.0.1:8002"; 225 MapTileURL = "http://127.0.0.1:8002";
226 226
227 ; For V2/3 Web Profiles 227 ; For V2/3 Web Profiles
228 ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" 228 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
229 229 ; being used in a development viewer as support for webprofiles
230 ; is being developed across the componets
231 ;
232 ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
233 ;
230 ; For V2/V3 webapp authentication SSO 234 ; For V2/V3 webapp authentication SSO
231 OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" 235 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
232 236
233 ; If you run this login server behind a proxy, set this to true 237 ; If you run this login server behind a proxy, set this to true
234 ; HasProxy = false 238 ; HasProxy = false
@@ -250,10 +254,39 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
250 ;AllowedClients = "" 254 ;AllowedClients = ""
251 ;DeniedClients = "" 255 ;DeniedClients = ""
252 256
257 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
258 ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead,
259 ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific
260 ;; would result in time inconsistencies between grids (during summer and around DST transition period)
261 ;; default let OpenSim calculate US Pacific DST
262 ;; "none" disable DST (equivallent to "local" with system set to GMT)
263 ;; "local" force legacy behaviour (using local system time to calculate DST)
264 ; DSTZone = "America/Los_Angeles;Pacific Standard Time"
265
266 ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time"
267 ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time
268 ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not.
269 ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
270 ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
271 ;; Options are
272 ;; "none" no DST
273 ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
274 ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
275 ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
276 DSTZone = "America/Los_Angeles;Pacific Standard Time"
277
253[MapImageService] 278[MapImageService]
254 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 279 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
255 ; Set this if you want to change the default 280 ; Set this if you want to change the default
256 ; TilesStoragePath = "maptiles" 281 ; TilesStoragePath = "maptiles"
282 ;
283 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
284 ; you may want to set this. Otherwise, don't set it, because it's already protected.
285 ; GridService = "OpenSim.Services.GridService.dll:GridService"
286 ;
287 ; Additionally, if you run this server behind a proxy, set this to true
288 ; HasProxy = false
289
257 290
258 291
259[GridInfoService] 292[GridInfoService]