diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.ini.example | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 5690c1d..38e6f17 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 | ; peers SSL certificate validation options | 65 | ; peers SSL certificate validation options |
66 | ; you can allow selfsigned certificates or no official CA with next option set to true | 66 | ; you can allow selfsigned certificates or no official CA with next option set to true |
67 | NoVerifyCertChain = true | 67 | NoVerifyCertChain = true |
@@ -69,7 +69,7 @@ | |||
69 | NoVerifyCertHostname = true | 69 | NoVerifyCertHostname = true |
70 | ; having both options true does provide encryption but with low security | 70 | ; having both options true does provide encryption but with low security |
71 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. | 71 | ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it. |
72 | 72 | ||
73 | [ServiceList] | 73 | [ServiceList] |
74 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 74 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
75 | InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 75 | InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
@@ -140,7 +140,7 @@ | |||
140 | ;; This is useful in cases where you want to protect most of the services, | 140 | ;; This is useful in cases where you want to protect most of the services, |
141 | ;; but unprotect individual services. Username and Password can also be | 141 | ;; but unprotect individual services. Username and Password can also be |
142 | ;; overriden if you want to use different credentials for the different services. | 142 | ;; overriden if you want to use different credentials for the different services. |
143 | 143 | ||
144 | ;; By default, scripts are not allowed to call private services via llHttpRequest() | 144 | ;; By default, scripts are not allowed to call private services via llHttpRequest() |
145 | ;; Such calls are detected by the X-SecondLife-Shared HTTP header | 145 | ;; Such calls are detected by the X-SecondLife-Shared HTTP header |
146 | ;; If you allow such calls you must be sure that they are restricted to very trusted scripters | 146 | ;; If you allow such calls you must be sure that they are restricted to very trusted scripters |
@@ -201,29 +201,29 @@ | |||
201 | ;; Choose an asset service (Only one option should be enabled) | 201 | ;; Choose an asset service (Only one option should be enabled) |
202 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 202 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
203 | ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector" | 203 | ;LocalServiceModule = "OpenSim.Services.FSAssetService.dll:FSAssetConnector" |
204 | 204 | ||
205 | ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files | 205 | ;; FSAsset Directories. Base directory, where final asset files are stored and Spool directory for temp files |
206 | ;; These directories must be on the same physical filesystem | 206 | ;; These directories must be on the same physical filesystem |
207 | ;BaseDirectory = "./fsassets/data" | 207 | ;BaseDirectory = "./fsassets/data" |
208 | ;SpoolDirectory = "./fsassets/tmp" | 208 | ;SpoolDirectory = "./fsassets/tmp" |
209 | 209 | ||
210 | ;; Original service can be checked if FSAssets can not find an asset | 210 | ;; Original service can be checked if FSAssets can not find an asset |
211 | ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; | 211 | ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; |
212 | 212 | ||
213 | ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset | 213 | ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset |
214 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time | 214 | ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time |
215 | ;DaysBetweenAccessTimeUpdates = 30 | 215 | ;DaysBetweenAccessTimeUpdates = 30 |
216 | 216 | ||
217 | ;; Should FSAssets print read/write stats to the robust console, default is true | 217 | ;; Should FSAssets print read/write stats to the robust console, default is true |
218 | ;ShowConsoleStats = true | 218 | ;ShowConsoleStats = true |
219 | 219 | ||
220 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) | 220 | ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) |
221 | ;StorageProvider = "" | 221 | ;StorageProvider = "" |
222 | ;ConnectionString = "" | 222 | ;ConnectionString = "" |
223 | ;Realm = "fsassets" | 223 | ;Realm = "fsassets" |
224 | 224 | ||
225 | ;; The following are common to both the default asset service and FSAsset service | 225 | ;; The following are common to both the default asset service and FSAsset service |
226 | 226 | ||
227 | ;; Common asset service options | 227 | ;; Common asset service options |
228 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 228 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
229 | AssetLoaderArgs = "./assets/AssetSets.xml" | 229 | AssetLoaderArgs = "./assets/AssetSets.xml" |
@@ -275,7 +275,7 @@ | |||
275 | ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online | 275 | ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online |
276 | ;; region will be used. | 276 | ;; region will be used. |
277 | ;; | 277 | ;; |
278 | ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the | 278 | ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the |
279 | ;; order specified. This only applies to local logins at this time, not Hypergrid connections. | 279 | ;; order specified. This only applies to local logins at this time, not Hypergrid connections. |
280 | ;; | 280 | ;; |
281 | ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. | 281 | ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. |
@@ -322,19 +322,19 @@ | |||
322 | ;; The following parameters are for STUN = Simple Traversal of UDP through NATs | 322 | ;; The following parameters are for STUN = Simple Traversal of UDP through NATs |
323 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal | 323 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal |
324 | ;; stun.freeswitch.org is not guaranteed to be running so use it in | 324 | ;; stun.freeswitch.org is not guaranteed to be running so use it in |
325 | ;; production at your own risk | 325 | ;; production at your own risk |
326 | ; EchoServer = 127.0.0.1 | 326 | ; EchoServer = 127.0.0.1 |
327 | ; EchoPort = 50505 | 327 | ; EchoPort = 50505 |
328 | ; AttemptSTUN = false | 328 | ; AttemptSTUN = false |
329 | 329 | ||
330 | 330 | ||
331 | ; * This is the new style authentication service. Currently, only MySQL | 331 | ; * This is the new style authentication service. Currently, only MySQL |
332 | ; * is implemented. | 332 | ; * is implemented. |
333 | ; * | 333 | ; * |
334 | [AuthenticationService] | 334 | [AuthenticationService] |
335 | ; for the server connector | 335 | ; for the server connector |
336 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 336 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
337 | ; Realm = "useraccounts" | 337 | ; Realm = "auth" |
338 | 338 | ||
339 | ;; Allow the service to process HTTP getauthinfo calls. | 339 | ;; Allow the service to process HTTP getauthinfo calls. |
340 | ;; Default is false. | 340 | ;; Default is false. |
@@ -363,7 +363,7 @@ | |||
363 | [UserAccountService] | 363 | [UserAccountService] |
364 | ; for the server connector | 364 | ; for the server connector |
365 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 365 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
366 | ; Realm = "useraccounts" | 366 | ; Realm = "UserAccounts" |
367 | 367 | ||
368 | ; These are for creating new accounts by the service | 368 | ; These are for creating new accounts by the service |
369 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 369 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
@@ -373,7 +373,7 @@ | |||
373 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 373 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
374 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 374 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
375 | 375 | ||
376 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 376 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
377 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 377 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
378 | ;; Default is false | 378 | ;; Default is false |
379 | CreateDefaultAvatarEntries = true | 379 | CreateDefaultAvatarEntries = true |
@@ -468,7 +468,7 @@ | |||
468 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | 468 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. |
469 | ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. | 469 | ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. |
470 | ;; Options are | 470 | ;; Options are |
471 | ;; "none" no DST | 471 | ;; "none" no DST |
472 | ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. | 472 | ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. |
473 | ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. | 473 | ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. |
474 | ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows | 474 | ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows |
@@ -489,7 +489,7 @@ | |||
489 | ;; | 489 | ;; |
490 | ;; The amount of time that a specific endpoint is blocked. Default 2 minutes. | 490 | ;; The amount of time that a specific endpoint is blocked. Default 2 minutes. |
491 | ;DOSForgiveClientAfterMS = 120000 | 491 | ;DOSForgiveClientAfterMS = 120000 |
492 | ;; | 492 | ;; |
493 | ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. | 493 | ;; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. |
494 | 494 | ||
495 | 495 | ||
@@ -572,5 +572,5 @@ | |||
572 | ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. | 572 | ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. |
573 | BaseDirectory = "./bakes" | 573 | BaseDirectory = "./bakes" |
574 | 574 | ||
575 | [MuteListService] | 575 | [MuteListService] |
576 | LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService" | 576 | LocalServiceModule = "OpenSim.Services.MuteListService.dll:MuteListService" |