diff options
author | Justin Clark-Casey (justincc) | 2013-09-18 23:49:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-18 23:49:27 +0100 |
commit | 997700c4aae2c0498e86c955cd158e89ae2d2489 (patch) | |
tree | 4a18a87259257f72831d6e000329288ba25dddc9 /bin/config-include/StandaloneCommon.ini.example | |
parent | Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.ini (diff) | |
download | opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.zip opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.tar.gz opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.tar.bz2 opensim-SC-997700c4aae2c0498e86c955cd158e89ae2d2489.tar.xz |
minor: Make config-include .ini files more consistent
Chiefly tabs to spaces.
No actual setting changes
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 109 |
1 files changed, 53 insertions, 56 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index f7545d4..12c5b95 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -28,25 +28,24 @@ | |||
28 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | 28 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" |
29 | 29 | ||
30 | [Hypergrid] | 30 | [Hypergrid] |
31 | ; Uncomment the variables in this section only if you are in | 31 | ; Uncomment the variables in this section only if you are in |
32 | ; Hypergrid configuration. Otherwise, ignore. | 32 | ; Hypergrid configuration. Otherwise, ignore. |
33 | 33 | ||
34 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | 34 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} |
35 | ;; If this is a standalone world, this is the address of this instance. | 35 | ;; If this is a standalone world, this is the address of this instance. |
36 | ;; If this is a grided simulator, this is the address of the external robust server that | 36 | ;; If this is a grided simulator, this is the address of the external robust server that |
37 | ;; runs the UserAgentsService. | 37 | ;; runs the UserAgentsService. |
38 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | 38 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 |
39 | ;; This is a default that can be overwritten in some sections. | 39 | ;; This is a default that can be overwritten in some sections. |
40 | ; HomeURI = "http://127.0.0.1:9000" | 40 | ; HomeURI = "http://127.0.0.1:9000" |
41 | 41 | ||
42 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 42 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
43 | ;; If this is a standalone world, this is the address of this instance. | 43 | ;; If this is a standalone world, this is the address of this instance. |
44 | ;; If this is a grided simulator, this is the address of the external robust server | 44 | ;; If this is a grided simulator, this is the address of the external robust server |
45 | ;; that runs the Gatekeeper service. | 45 | ;; that runs the Gatekeeper service. |
46 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | 46 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 |
47 | ;; This is a default that can be overwritten in some sections. | 47 | ;; This is a default that can be overwritten in some sections. |
48 | ; GatekeeperURI = "http://127.0.0.1:9000" | 48 | ; GatekeeperURI = "http://127.0.0.1:9000" |
49 | |||
50 | 49 | ||
51 | [Modules] | 50 | [Modules] |
52 | ;; Choose one cache module and the corresponding config file, if it exists. | 51 | ;; Choose one cache module and the corresponding config file, if it exists. |
@@ -266,20 +265,20 @@ | |||
266 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section | 265 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section |
267 | AllowTeleportsToAnyRegion = true | 266 | AllowTeleportsToAnyRegion = true |
268 | 267 | ||
269 | ;; Regular expressions for controlling which client versions are accepted/denied. | 268 | ;; Regular expressions for controlling which client versions are accepted/denied. |
270 | ;; An empty string means nothing is checked. | 269 | ;; An empty string means nothing is checked. |
271 | ;; | 270 | ;; |
272 | ;; Example 1: allow only these 3 types of clients (any version of them) | 271 | ;; Example 1: allow only these 3 types of clients (any version of them) |
273 | ;; AllowedClients = "Imprudence|Hippo|Second Life" | 272 | ;; AllowedClients = "Imprudence|Hippo|Second Life" |
274 | ;; | 273 | ;; |
275 | ;; Example 2: allow all clients except these | 274 | ;; Example 2: allow all clients except these |
276 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" | 275 | ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" |
277 | ;; | 276 | ;; |
278 | ;; Note that these are regular expressions, so every character counts. | 277 | ;; Note that these are regular expressions, so every character counts. |
279 | ;; Also note that this is very weak security and should not be trusted as a reliable means | 278 | ;; Also note that this is very weak security and should not be trusted as a reliable means |
280 | ;; for keeping bad clients out; modified clients can fake their identifiers. | 279 | ;; for keeping bad clients out; modified clients can fake their identifiers. |
281 | ;; | 280 | ;; |
282 | ;; | 281 | ;; |
283 | ;AllowedClients = "" | 282 | ;AllowedClients = "" |
284 | ;DeniedClients = "" | 283 | ;DeniedClients = "" |
285 | 284 | ||
@@ -302,7 +301,7 @@ | |||
302 | ;; Are local users allowed to visit other grids? | 301 | ;; Are local users allowed to visit other grids? |
303 | ;; What user level? Use variables of this forrm: | 302 | ;; What user level? Use variables of this forrm: |
304 | ;; ForeignTripsAllowed_Level_<UserLevel> = true | false | 303 | ;; ForeignTripsAllowed_Level_<UserLevel> = true | false |
305 | ;; (the default is true) | 304 | ;; (the default is true) |
306 | ;; For example: | 305 | ;; For example: |
307 | ; ForeignTripsAllowed_Level_0 = false | 306 | ; ForeignTripsAllowed_Level_0 = false |
308 | ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it | 307 | ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it |
@@ -310,45 +309,45 @@ | |||
310 | ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept | 309 | ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept |
311 | ;; Leave blank or commented for no exceptions. | 310 | ;; Leave blank or commented for no exceptions. |
312 | ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002" | 311 | ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002" |
313 | ;; | 312 | ;; |
314 | ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. | 313 | ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. |
315 | ;; Leave blank or commented for no exceptions. | 314 | ;; Leave blank or commented for no exceptions. |
316 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" | 315 | ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" |
317 | 316 | ||
318 | [HGInventoryService] | 317 | [HGInventoryService] |
319 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 318 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
320 | ; HomeURI = "http://127.0.0.1:9000" | 319 | ; HomeURI = "http://127.0.0.1:9000" |
321 | 320 | ||
322 | [HGAssetService] | 321 | [HGAssetService] |
323 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 322 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
324 | ; HomeURI = "http://127.0.0.1:9000" | 323 | ; HomeURI = "http://127.0.0.1:9000" |
325 | 324 | ||
326 | ;; The asset types that this grid can export to / import from other grids. | 325 | ;; The asset types that this grid can export to / import from other grids. |
327 | ;; Comma separated. | 326 | ;; Comma separated. |
328 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: | 327 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: |
329 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, | 328 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, |
330 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh | 329 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh |
331 | ;; | 330 | ;; |
332 | ;; Leave blank or commented if you don't want to apply any restrictions. | 331 | ;; Leave blank or commented if you don't want to apply any restrictions. |
333 | ;; A more strict, but still reasonable, policy may be to disallow the exchange | 332 | ;; A more strict, but still reasonable, policy may be to disallow the exchange |
334 | ;; of scripts, like so: | 333 | ;; of scripts, like so: |
335 | ; DisallowExport ="LSLText" | 334 | ; DisallowExport ="LSLText" |
336 | ; DisallowImport ="LSLBytecode" | 335 | ; DisallowImport ="LSLBytecode" |
337 | 336 | ||
338 | 337 | ||
339 | [HGInventoryAccessModule] | 338 | [HGInventoryAccessModule] |
340 | ;; If you have these set under [Hypergrid], no need to set it here, leave it commented | 339 | ;; If you have these set under [Hypergrid], no need to set it here, leave it commented |
341 | ; HomeURI = "http://127.0.0.1:9000" | 340 | ; HomeURI = "http://127.0.0.1:9000" |
342 | ; GatekeeperURI = "http://127.0.0.1:9000" | 341 | ; GatekeeperURI = "http://127.0.0.1:9000" |
343 | 342 | ||
344 | ;; If you want to protect your assets from being copied by foreign visitors | 343 | ;; If you want to protect your assets from being copied by foreign visitors |
345 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 344 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
346 | ;; true = allow exports, false = disallow exports. True by default. | 345 | ;; true = allow exports, false = disallow exports. True by default. |
347 | ; OutboundPermission = True | 346 | ; OutboundPermission = True |
348 | 347 | ||
349 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | 348 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling |
350 | ;; and available when they return. True by default. | 349 | ;; and available when they return. True by default. |
351 | ;RestrictInventoryAccessAbroad = True | 350 | ;RestrictInventoryAccessAbroad = True |
352 | 351 | ||
353 | [HGFriendsModule] | 352 | [HGFriendsModule] |
354 | ; User level required to be able to send friendship invitations to foreign users | 353 | ; User level required to be able to send friendship invitations to foreign users |
@@ -356,20 +355,20 @@ | |||
356 | 355 | ||
357 | [Messaging] | 356 | [Messaging] |
358 | ; === HG ONLY === | 357 | ; === HG ONLY === |
359 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 358 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
360 | ; GatekeeperURI = "http://127.0.0.1:9000" | 359 | ; GatekeeperURI = "http://127.0.0.1:9000" |
361 | 360 | ||
362 | 361 | ||
363 | [EntityTransfer] | 362 | [EntityTransfer] |
364 | ;; User level from which local users are allowed to HG teleport. Default 0 (all users) | 363 | ;; User level from which local users are allowed to HG teleport. Default 0 (all users) |
365 | ;LevelHGTeleport = 0 | 364 | ;LevelHGTeleport = 0 |
366 | 365 | ||
367 | ;; Are local users restricted from taking their appearance abroad? | 366 | ;; Are local users restricted from taking their appearance abroad? |
368 | ;; Default is no restrictions | 367 | ;; Default is no restrictions |
369 | ;RestrictAppearanceAbroad = false | 368 | ;RestrictAppearanceAbroad = false |
370 | 369 | ||
371 | ;; If appearance is restricted, which accounts' appearances are allowed to be exported? | 370 | ;; If appearance is restricted, which accounts' appearances are allowed to be exported? |
372 | ;; Comma-separated list of account names | 371 | ;; Comma-separated list of account names |
373 | AccountForAppearance = "Test User, Astronaut Smith" | 372 | AccountForAppearance = "Test User, Astronaut Smith" |
374 | 373 | ||
375 | ;; UserProfiles Service | 374 | ;; UserProfiles Service |
@@ -385,5 +384,3 @@ | |||
385 | 384 | ||
386 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | 385 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService |
387 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 386 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
388 | |||
389 | |||