diff options
author | BlueWall | 2012-07-08 13:44:04 -0400 |
---|---|---|
committer | BlueWall | 2012-07-08 13:45:17 -0400 |
commit | a96ac7330291c3041729fac08b06d0098469f4d7 (patch) | |
tree | 648a6ace850447fe9c28dda2cdab202c17772a33 /bin/OpenSim.ini.example | |
parent | Add more automation keys to OpenSim.ini.example (diff) | |
download | opensim-SC_OLD-a96ac7330291c3041729fac08b06d0098469f4d7.zip opensim-SC_OLD-a96ac7330291c3041729fac08b06d0098469f4d7.tar.gz opensim-SC_OLD-a96ac7330291c3041729fac08b06d0098469f4d7.tar.bz2 opensim-SC_OLD-a96ac7330291c3041729fac08b06d0098469f4d7.tar.xz |
Add more keys for OpenSim.ini.defaults automation
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ce571ee..661abc0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -304,16 +304,30 @@ | |||
304 | ; If these values are uncommented then they will be used to create a default estate as necessary. | 304 | ; If these values are uncommented then they will be used to create a default estate as necessary. |
305 | ; New regions will be automatically assigned to that default estate. | 305 | ; New regions will be automatically assigned to that default estate. |
306 | 306 | ||
307 | ;# {DefaultEstateName} {} {Default name for estate?} {} My Estate | ||
308 | ;; Name for the default estate | ||
307 | ; DefaultEstateName = My Estate | 309 | ; DefaultEstateName = My Estate |
310 | |||
311 | ;# {DefaultEstateOwnerName} {} {Default estate owner name?} {} FirstName LastName | ||
312 | ;; Name for default estate owner | ||
308 | ; DefaultEstateOwnerName = FirstName LastName | 313 | ; DefaultEstateOwnerName = FirstName LastName |
309 | |||
310 | ; The following parameters will only be used on a standalone system to create an estate owner that does not already exist | ||
311 | 314 | ||
312 | ; If DefaultEstateOwnerUUID is left at UUID.Zero (as below) then a random UUID will be assigned. | 315 | |
313 | ; This is normally what you want | 316 | ; ** Standalone Estate Settings ** |
317 | ; The following parameters will only be used on a standalone system to | ||
318 | ; create an estate owner that does not already exist | ||
319 | |||
320 | ;# {DefaultEstateOwnerUUID} {} {Default estate owner UUID?} {} 00000000-0000-0000-0000-000000000000 | ||
321 | ;; If DefaultEstateOwnerUUID is left at UUID.Zero (as below) then a random | ||
322 | ;; UUID will be assigned. This is normally what you want | ||
314 | ; DefaultEstateOwnerUUID = 00000000-0000-0000-0000-000000000000 | 323 | ; DefaultEstateOwnerUUID = 00000000-0000-0000-0000-000000000000 |
315 | 324 | ||
325 | ;# {DefaultEstateOwnerEMail} {} {Default estate owner email?} {} | ||
326 | ;; Email address for the default estate owner | ||
316 | ; DefaultEstateOwnerEMail = owner@domain.com | 327 | ; DefaultEstateOwnerEMail = owner@domain.com |
328 | |||
329 | ;# {DefaultEstateOwnerPassword} {} {Default estate owner password} {} | ||
330 | ;; Password for the default estate owner | ||
317 | ; DefaultEstateOwnerPassword = password | 331 | ; DefaultEstateOwnerPassword = password |
318 | 332 | ||
319 | 333 | ||