diff options
Diffstat (limited to 'bin/config.preview.donotuseyet/admin/gridinfo.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/admin/gridinfo.ini.example | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/bin/config.preview.donotuseyet/admin/gridinfo.ini.example b/bin/config.preview.donotuseyet/admin/gridinfo.ini.example deleted file mode 100644 index 258cecb..0000000 --- a/bin/config.preview.donotuseyet/admin/gridinfo.ini.example +++ /dev/null | |||
@@ -1,52 +0,0 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | |||
9 | [GridInfo] | ||
10 | ; These settings are used to return information on a get_grid_info call. | ||
11 | ; Client launcher scripts and third-party clients make use of this to | ||
12 | ; autoconfigure the client and to provide a nice user experience. If you | ||
13 | ; want to facilitate that, you should configure the settings here according | ||
14 | ; to your grid or standalone setup. | ||
15 | ; | ||
16 | ; See http://opensimulator.org/wiki/GridInfo | ||
17 | |||
18 | ; login uri: for grid this is the user server URI | ||
19 | login = http://127.0.0.1:9000/ | ||
20 | |||
21 | ; long grid name: the long name of your grid | ||
22 | gridname = "the lost continent of hippo" | ||
23 | |||
24 | ; short grid name: the short name of your grid | ||
25 | gridnick = "hippogrid" | ||
26 | |||
27 | ; login page: optional: if it exists it will be used to tell the client to use | ||
28 | ; this as splash page | ||
29 | ; currently unused | ||
30 | ;welcome = http://127.0.0.1/welcome | ||
31 | |||
32 | ; helper uri: optional: if it exists if will be used to tell the client to use | ||
33 | ; this for all economy related things | ||
34 | ; currently unused | ||
35 | ;economy = http://127.0.0.1:9000/ | ||
36 | |||
37 | ; web page of grid: optional: page providing further information about your grid | ||
38 | ; currently unused | ||
39 | ;about = http://127.0.0.1/about/ | ||
40 | |||
41 | ; account creation: optional: page providing further information about obtaining | ||
42 | ; a user account on your grid | ||
43 | ; currently unused | ||
44 | ;register = http://127.0.0.1/register | ||
45 | |||
46 | ; help: optional: page providing further assistance for users of your grid | ||
47 | ; currently unused | ||
48 | ;help = http://127.0.0.1/help | ||
49 | |||
50 | ; password help: optional: page providing password assistance for users of your grid | ||
51 | ; currently unused | ||
52 | ;password = http://127.0.0.1/password | ||