aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-08-01 21:09:33 +0000
committerJustin Clarke Casey2008-08-01 21:09:33 +0000
commit95b06c575ecc65ab252a31a8a23bedc09400bc1f (patch)
tree2a5e305fd22fd834fd63c063af61fb0c91e2d710
parentEstate series, patch 9 (#9157) (diff)
downloadopensim-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 :-)
-rw-r--r--bin/OpenSim.ini.example47
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
3login = http://127.0.0.1:9000/
4; login page
5welcome = http://127.0.0.1/welcome
6; helper uri
7economy = http://127.0.0.1:9000/
8; web page of grid
9about = http://127.0.0.1/about/
10; account creation
11register = http://127.0.0.1/register
12; help
13help = http://127.0.0.1/help
14; password help
15password = http://127.0.0.1/password
16; long grid name
17gridname = "the lost continent of hippo"
18; short grid name
19gridnick = "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
652KillTimedOutScripts = false 632KillTimedOutScripts = false
653; Allow OS console command functionality (VERY DANGEROUS!!) 633; Allow OS console command functionality (VERY DANGEROUS!!)
654AllowosConsoleCommand = false 634AllowosConsoleCommand = 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
644login = http://127.0.0.1:9000/
645; login page
646welcome = http://127.0.0.1/welcome
647; helper uri
648economy = http://127.0.0.1:9000/
649; web page of grid
650about = http://127.0.0.1/about/
651; account creation
652register = http://127.0.0.1/register
653; help
654help = http://127.0.0.1/help
655; password help
656password = http://127.0.0.1/password
657; long grid name
658gridname = "the lost continent of hippo"
659; short grid name
660gridnick = "hippogrid"
661