aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDr Scofield2008-07-25 16:56:46 +0000
committerDr Scofield2008-07-25 16:56:46 +0000
commitb5f23b4c9ca33740830ae6637103c4f019bcd782 (patch)
treed04e497e7d331d4835608c02af25de7d60f98e20 /bin
parent* disabling ODE unit tests again.. until the dllnotfound exception is resolv... (diff)
downloadopensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.zip
opensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.tar.gz
opensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.tar.bz2
opensim-SC_OLD-b5f23b4c9ca33740830ae6637103c4f019bcd782.tar.xz
first cut at a GridInfo plugin (mantis #1825). Currently just spits
out everything in the [GridInfo] section :-D Also, not yet LLSD but XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample values and explanation. Oh, and default values provided are platform: OpenSim mode: standalone | grid have fun.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c6bf912..6622997 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1,3 +1,23 @@
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
1[Startup] 21[Startup]
2 22
3; Set this to true if you are connecting your OpenSimulator regions to a grid 23; Set this to true if you are connecting your OpenSimulator regions to a grid