diff options
author | Ai Austin | 2015-08-21 16:01:40 +0100 |
---|---|---|
committer | Melanie Thielker | 2015-08-21 18:42:21 +0200 |
commit | 3a27b4759380d26e74a128c0818052fb02ccd767 (patch) | |
tree | b472d482c857786e449dfebe8375ff2f343a20ce /bin | |
parent | More plumbing on agent states (diff) | |
download | opensim-SC-3a27b4759380d26e74a128c0818052fb02ccd767.zip opensim-SC-3a27b4759380d26e74a128c0818052fb02ccd767.tar.gz opensim-SC-3a27b4759380d26e74a128c0818052fb02ccd767.tar.bz2 opensim-SC-3a27b4759380d26e74a128c0818052fb02ccd767.tar.xz |
Refine comments .ini file setup for new Standalone
Helpful comment for setting [const] section of OpenSim.ini to allow for
standalone. Correction to StandaloneCommon.ini.example as
[GridInfoServices] welcome parameter does work and is also useful for
standalones.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7a1a88d..138e498 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -43,6 +43,11 @@ | |||
43 | 43 | ||
44 | 44 | ||
45 | [Const] | 45 | [Const] |
46 | ; For a grid these will usually be the externally accessible IP/DNS | ||
47 | ; name and use default public port 8002 and default private port 8003 | ||
48 | ; For a standalone this will usually be the externally accessible IP/DNS | ||
49 | ; name and use a single common port 9000 | ||
50 | |||
46 | ;# {BaseURL} {} {BaseURL} {"http://example.com","http://127.0.0.1"} "http://127.0.0.1" | 51 | ;# {BaseURL} {} {BaseURL} {"http://example.com","http://127.0.0.1"} "http://127.0.0.1" |
47 | BaseURL = http://127.0.0.1 | 52 | BaseURL = http://127.0.0.1 |
48 | 53 | ||
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a11a931..1063040 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -236,8 +236,8 @@ | |||
236 | gridnick = "hippogrid" | 236 | gridnick = "hippogrid" |
237 | 237 | ||
238 | ; login page: optional: if it exists it will be used to tell the client to use | 238 | ; login page: optional: if it exists it will be used to tell the client to use |
239 | ; this as splash page | 239 | ; this as splash page. May also be served from an external web server, e.g. for |
240 | ; currently unused | 240 | ; information on a standalone |
241 | ;welcome = ${Const|BaseURL}/welcome | 241 | ;welcome = ${Const|BaseURL}/welcome |
242 | 242 | ||
243 | ; helper uri: optional: if it exists if will be used to tell the client to use | 243 | ; helper uri: optional: if it exists if will be used to tell the client to use |