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.HG.ini.example | |
parent | Don't crash the sim if the map image is null. (diff) | |
download | opensim-SC-c4d225ed501195bd1c758fb05475f9291db44ca6.zip opensim-SC-c4d225ed501195bd1c758fb05475f9291db44ca6.tar.gz opensim-SC-c4d225ed501195bd1c758fb05475f9291db44ca6.tar.bz2 opensim-SC-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.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 82eaf1f..6af444c 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -551,12 +551,12 @@ | |||
551 | ; this as splash page | 551 | ; this as splash page |
552 | ;welcome = ${Const|BaseURL}/welcome | 552 | ;welcome = ${Const|BaseURL}/welcome |
553 | 553 | ||
554 | ; helper uri: optional: if it exists if will be used to tell the client to use | 554 | ; helper uri: optional: if it exists it will be used to tell the client to use |
555 | ; this for all economy related things | 555 | ; this for all economy related things |
556 | ;economy = ${Const|BaseURL}:${Const|PublicPort}/ | 556 | ;economy = ${Const|BaseURL}/economy |
557 | 557 | ||
558 | ; web page of grid: optional: page providing further information about your grid | 558 | ; web page of grid: optional: page providing further information about your grid |
559 | ;about = ${Const|BaseURL}/about/ | 559 | ;about = ${Const|BaseURL}/about |
560 | 560 | ||
561 | ; account creation: optional: page providing further information about obtaining | 561 | ; account creation: optional: page providing further information about obtaining |
562 | ; a user account on your grid | 562 | ; a user account on your grid |