diff options
author | Justin Clarke Casey | 2008-08-01 21:09:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-01 21:09:33 +0000 |
commit | 95b06c575ecc65ab252a31a8a23bedc09400bc1f (patch) | |
tree | 2a5e305fd22fd834fd63c063af61fb0c91e2d710 /bin/OpenSim.ini.example | |
parent | Estate series, patch 9 (#9157) (diff) | |
download | opensim-SC_OLD-95b06c575ecc65ab252a31a8a23bedc09400bc1f.zip opensim-SC_OLD-95b06c575ecc65ab252a31a8a23bedc09400bc1f.tar.gz opensim-SC_OLD-95b06c575ecc65ab252a31a8a23bedc09400bc1f.tar.bz2 opensim-SC_OLD-95b06c575ecc65ab252a31a8a23bedc09400bc1f.tar.xz |
* remove GridInfo section down to the bottom of OpenSim.ini.example and add explanatory information
* this managed to confuse me briefly today (but I am thick :-)
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 47 |
1 files changed, 27 insertions, 20 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index aa5708d..ac42f25 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1,23 +1,3 @@ | |||
1 | [GridInfo] | ||
2 | ; login uri | ||
3 | login = http://127.0.0.1:9000/ | ||
4 | ; login page | ||
5 | welcome = http://127.0.0.1/welcome | ||
6 | ; helper uri | ||
7 | economy = http://127.0.0.1:9000/ | ||
8 | ; web page of grid | ||
9 | about = http://127.0.0.1/about/ | ||
10 | ; account creation | ||
11 | register = http://127.0.0.1/register | ||
12 | ; help | ||
13 | help = http://127.0.0.1/help | ||
14 | ; password help | ||
15 | password = http://127.0.0.1/password | ||
16 | ; long grid name | ||
17 | gridname = "the lost continent of hippo" | ||
18 | ; short grid name | ||
19 | gridnick = "hippogrid" | ||
20 | |||
21 | [Startup] | 1 | [Startup] |
22 | 2 | ||
23 | ; Set this to true if you are connecting your OpenSimulator regions to a grid | 3 | ; Set this to true if you are connecting your OpenSimulator regions to a grid |
@@ -652,3 +632,30 @@ EventLimit = 30 | |||
652 | KillTimedOutScripts = false | 632 | KillTimedOutScripts = false |
653 | ; Allow OS console command functionality (VERY DANGEROUS!!) | 633 | ; Allow OS console command functionality (VERY DANGEROUS!!) |
654 | AllowosConsoleCommand = false | 634 | AllowosConsoleCommand = false |
635 | |||
636 | |||
637 | [GridInfo] | ||
638 | |||
639 | ; These settings are used to return information on a get_grid_info call | ||
640 | ; Don't worry about this section if you don't know what it means - "wrong" | ||
641 | ; settings here will have no effect upon the OpenSimulator runtime | ||
642 | |||
643 | ; login uri | ||
644 | login = http://127.0.0.1:9000/ | ||
645 | ; login page | ||
646 | welcome = http://127.0.0.1/welcome | ||
647 | ; helper uri | ||
648 | economy = http://127.0.0.1:9000/ | ||
649 | ; web page of grid | ||
650 | about = http://127.0.0.1/about/ | ||
651 | ; account creation | ||
652 | register = http://127.0.0.1/register | ||
653 | ; help | ||
654 | help = http://127.0.0.1/help | ||
655 | ; password help | ||
656 | password = http://127.0.0.1/password | ||
657 | ; long grid name | ||
658 | gridname = "the lost continent of hippo" | ||
659 | ; short grid name | ||
660 | gridnick = "hippogrid" | ||
661 | |||