aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorKevin Cozens2018-03-19 12:30:03 -0400
committerKevin Cozens2018-03-19 12:30:03 -0400
commit6b24ff0bc91076d7dd20e89eaedd43d89680807e (patch)
treee679c5f0e4a459c4d5638ef43f9da35bd81ac5ed /bin/Robust.ini.example
parentFixed a typo (diff)
downloadopensim-SC-6b24ff0bc91076d7dd20e89eaedd43d89680807e.zip
opensim-SC-6b24ff0bc91076d7dd20e89eaedd43d89680807e.tar.gz
opensim-SC-6b24ff0bc91076d7dd20e89eaedd43d89680807e.tar.bz2
opensim-SC-6b24ff0bc91076d7dd20e89eaedd43d89680807e.tar.xz
Removed trailing whitespace
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example46
1 files changed, 23 insertions, 23 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index ff00601..d3a4372 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -4,20 +4,20 @@
4; ** 4; **
5; * 5; *
6; * The Const section allows us to define some basic information that we 6; * The Const section allows us to define some basic information that we
7; * will use throughout our configuration. We will provide examples for 7; * will use throughout our configuration. We will provide examples for
8; * setting the base url of the Robust server and the public and private ports 8; * setting the base url of the Robust server and the public and private ports
9; * it uses. Changing the values of the constants will set the operating 9; * it uses. Changing the values of the constants will set the operating
10; * parameters thoughout the configuration. Other constants that may prove 10; * parameters thoughout the configuration. Other constants that may prove
11; * to be useful may be added to the followin section. They may be 11; * to be useful may be added to the followin section. They may be
12; * referenced anywhere in the configuration by using ${Const|Name}. One 12; * referenced anywhere in the configuration by using ${Const|Name}. One
13; * such use is providing a base path for setting locations that Robust 13; * such use is providing a base path for setting locations that Robust
14; * uses to write data. 14; * uses to write data.
15; * 15; *
16[Const] 16[Const]
17 17
18 ; The URL of the Robust server 18 ; The URL of the Robust server
19 BaseURL = "http://127.0.0.1" 19 BaseURL = "http://127.0.0.1"
20 20
21 ; The public port of the Robust server 21 ; The public port of the Robust server
22 PublicPort = "8002" 22 PublicPort = "8002"
23 23
@@ -44,14 +44,14 @@
44 ; Set path to directory for plugin registry. Information 44 ; Set path to directory for plugin registry. Information
45 ; about the registered repositories and installed plugins 45 ; about the registered repositories and installed plugins
46 ; will be stored here 46 ; will be stored here
47 ; The Robust.exe process must have R/W access to the location 47 ; The Robust.exe process must have R/W access to the location
48 RegistryLocation = "." 48 RegistryLocation = "."
49 49
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 = "robust-include" 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
57 57
@@ -61,7 +61,7 @@
61 61
62 ; How many lines of command history should we keep? (default is 100) 62 ; How many lines of command history should we keep? (default is 100)
63 ConsoleHistoryFileLines = 100 63 ConsoleHistoryFileLines = 100
64 64
65[ServiceList] 65[ServiceList]
66 AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" 66 AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
67 InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector" 67 InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector"
@@ -132,7 +132,7 @@
132 ;; This is useful in cases where you want to protect most of the services, 132 ;; This is useful in cases where you want to protect most of the services,
133 ;; but unprotect individual services. Username and Password can also be 133 ;; but unprotect individual services. Username and Password can also be
134 ;; overriden if you want to use different credentials for the different services. 134 ;; overriden if you want to use different credentials for the different services.
135 135
136 ;; By default, scripts are not allowed to call private services via llHttpRequest() 136 ;; By default, scripts are not allowed to call private services via llHttpRequest()
137 ;; Such calls are detected by the X-SecondLife-Shared HTTP header 137 ;; Such calls are detected by the X-SecondLife-Shared HTTP header
138 ;; If you allow such calls you must be sure that they are restricted to very trusted scripters 138 ;; If you allow such calls you must be sure that they are restricted to very trusted scripters
@@ -193,29 +193,29 @@
193 ;; Choose an asset service (Only one option should be enabled) 193 ;; Choose an asset service (Only one option should be enabled)
194 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" 194 LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
195 ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector" 195 ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector"
196 196
197 ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files 197 ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files
198 ;; These directories must be on the same physical filesystem 198 ;; These directories must be on the same physical filesystem
199 ;BaseDirectory = "./fsassets/data" 199 ;BaseDirectory = "./fsassets/data"
200 ;SpoolDirectory = "./fsassets/tmp" 200 ;SpoolDirectory = "./fsassets/tmp"
201 201
202 ;; Original service can be checked if FSAssets can not find an asset 202 ;; Original service can be checked if FSAssets can not find an asset
203 ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; 203 ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService";
204 204
205 ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset 205 ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset
206 ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time 206 ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time
207 ;DaysBetweenAccessTimeUpdates = 30 207 ;DaysBetweenAccessTimeUpdates = 30
208 208
209 ;; Should FSAssets print read/write stats to the robust console, default is true 209 ;; Should FSAssets print read/write stats to the robust console, default is true
210 ;ShowConsoleStats = true 210 ;ShowConsoleStats = true
211 211
212 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) 212 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration)
213 ;StorageProvider = "" 213 ;StorageProvider = ""
214 ;ConnectionString = "" 214 ;ConnectionString = ""
215 ;Realm = "fsassets" 215 ;Realm = "fsassets"
216 216
217 ;; The following are common to both the default asset service and FSAsset service 217 ;; The following are common to both the default asset service and FSAsset service
218 218
219 ;; Common asset service options 219 ;; Common asset service options
220 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 220 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
221 AssetLoaderArgs = "./assets/AssetSets.xml" 221 AssetLoaderArgs = "./assets/AssetSets.xml"
@@ -267,7 +267,7 @@
267 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online 267 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
268 ;; region will be used. 268 ;; region will be used.
269 ;; 269 ;;
270 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the 270 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
271 ;; order specified. This only applies to local logins at this time, not Hypergrid connections. 271 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
272 ;; 272 ;;
273 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. 273 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
@@ -314,14 +314,14 @@
314 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs 314 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
315 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal 315 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
316 ;; stun.freeswitch.org is not guaranteed to be running so use it in 316 ;; stun.freeswitch.org is not guaranteed to be running so use it in
317 ;; production at your own risk 317 ;; production at your own risk
318 ; EchoServer = 127.0.0.1 318 ; EchoServer = 127.0.0.1
319 ; EchoPort = 50505 319 ; EchoPort = 50505
320 ; AttemptSTUN = false 320 ; AttemptSTUN = false
321 321
322 322
323; * This is the new style authentication service. Currently, only MySQL 323; * This is the new style authentication service. Currently, only MySQL
324; * is implemented. 324; * is implemented.
325; * 325; *
326[AuthenticationService] 326[AuthenticationService]
327 ; for the server connector 327 ; for the server connector
@@ -365,7 +365,7 @@
365 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 365 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
366 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 366 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
367 367
368 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 368 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2
369 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. 369 ;; to show a default "Ruth" avatar rather than a cloud for a newly created user.
370 ;; Default is false 370 ;; Default is false
371 CreateDefaultAvatarEntries = true 371 CreateDefaultAvatarEntries = true
@@ -460,7 +460,7 @@
460 ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. 460 ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids.
461 ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. 461 ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST.
462 ;; Options are 462 ;; Options are
463 ;; "none" no DST 463 ;; "none" no DST
464 ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. 464 ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour.
465 ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. 465 ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings.
466 ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows 466 ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows
@@ -481,7 +481,7 @@
481 ;; 481 ;;
482 ;; The amount of time that a specific endpoint is blocked. Default 2 minutes. 482 ;; The amount of time that a specific endpoint is blocked. Default 2 minutes.
483 ;DOSForgiveClientAfterMS = 120000 483 ;DOSForgiveClientAfterMS = 120000
484 ;; 484 ;;
485 ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. 485 ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
486 486
487 487
@@ -564,5 +564,5 @@
564 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. 564 ;; This directory must be writable by the user ROBUST runs as. It will be created automatically.
565 BaseDirectory = "./bakes" 565 BaseDirectory = "./bakes"
566 566
567[MuteListService] 567[MuteListService]
568 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService" 568 LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService"