diff options
author | Ai Austin | 2015-09-08 21:53:49 +0100 |
---|---|---|
committer | Michael Cerquoni | 2015-11-12 12:44:53 -0500 |
commit | c4d225ed501195bd1c758fb05475f9291db44ca6 (patch) | |
tree | 5c32e3f7b0970e5c7e10de9fce8f1d8e2ca4becb /bin/Robust.ini.example | |
parent | Don't crash the sim if the map image is null. (diff) | |
download | opensim-SC_OLD-c4d225ed501195bd1c758fb05475f9291db44ca6.zip opensim-SC_OLD-c4d225ed501195bd1c758fb05475f9291db44ca6.tar.gz opensim-SC_OLD-c4d225ed501195bd1c758fb05475f9291db44ca6.tar.bz2 opensim-SC_OLD-c4d225ed501195bd1c758fb05475f9291db44ca6.tar.xz |
Corrections to ini example files for standalones v2
Remove "currently unused" indicators for some parameters and add missing
"DestinationGuide" parameter in [GridServiceInfo] in
StandaloneCommon.ini.example as they do work for a standalone.
Regularize example URLs for externally provided web page and economy
helper information for uniformity. Correct mistake in reference to grid
wide DestinationGuide in override capability in OpenSim.ini.example.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 8d6496d..099d4da 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -538,12 +538,12 @@ | |||
538 | ; this as splash page | 538 | ; this as splash page |
539 | ;welcome = ${Const|BaseURL}/welcome | 539 | ;welcome = ${Const|BaseURL}/welcome |
540 | 540 | ||
541 | ; helper uri: optional: if it exists if will be used to tell the client to use | 541 | ; helper uri: optional: if it exists it will be used to tell the client to use |
542 | ; this for all economy related things | 542 | ; this for all economy related things |
543 | ;economy = ${Const|BaseURL}:${Const|PublicPort}/ | 543 | ;economy = ${Const|BaseURL}/economy |
544 | 544 | ||
545 | ; web page of grid: optional: page providing further information about your grid | 545 | ; web page of grid: optional: page providing further information about your grid |
546 | ;about = ${Const|BaseURL}/about/ | 546 | ;about = ${Const|BaseURL}/about |
547 | 547 | ||
548 | ; account creation: optional: page providing further information about obtaining | 548 | ; account creation: optional: page providing further information about obtaining |
549 | ; a user account on your grid | 549 | ; a user account on your grid |