diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 20 |
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 | ||
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 | |||
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 |