aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config.preview.donotuseyet/admin
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-13 17:34:11 +0000
committerJustin Clarke Casey2009-03-13 17:34:11 +0000
commitd17314f331a40f58bae6ae891bc87f018c430450 (patch)
treee69cdb5557a9afe9411b1b0fa439967478cce2e6 /bin/config.preview.donotuseyet/admin
parentMark AssetBase.Metadata with [XmlIgnore] (diff)
downloadopensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.zip
opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.gz
opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.bz2
opensim-SC_OLD-d17314f331a40f58bae6ae891bc87f018c430450.tar.xz
* Config preview round 2
Diffstat (limited to 'bin/config.preview.donotuseyet/admin')
-rw-r--r--bin/config.preview.donotuseyet/admin/gridinfo.ini.example52
-rw-r--r--bin/config.preview.donotuseyet/admin/remoteadmin.ini.example34
-rw-r--r--bin/config.preview.donotuseyet/admin/rest.ini.example32
3 files changed, 0 insertions, 118 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
diff --git a/bin/config.preview.donotuseyet/admin/remoteadmin.ini.example b/bin/config.preview.donotuseyet/admin/remoteadmin.ini.example
deleted file mode 100644
index 5d6112d..0000000
--- a/bin/config.preview.donotuseyet/admin/remoteadmin.ini.example
+++ /dev/null
@@ -1,34 +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[RemoteAdmin]
10 enabled = false
11 access_password = unknown
12
13 ; the create_region XmlRpc call uses region_file_template to generate
14 ; the file name of newly create regions (if they are created
15 ; persistent). the parameter available are:
16 ; {0} - X location
17 ; {1} - Y location
18 ; {2} - region UUID
19 ; {3} - region port
20 ; {4} - region name with " ", ":", "/" mapped to "_"
21
22 region_file_template = "{0}x{1}-{2}.xml"
23
24 ; we can limit the number of regions that XmlRpcCreateRegion will
25 ; allow by setting this to a positive, non-0 number: as long as the
26 ; number of regions is below region_limits, XmlRpcCreateRegion will
27 ; succeed. setting region_limit to 0 disables the check.
28 ; default is 0
29 ;region_limit = 0
30
31 ; enable only those methods you deem to be appropriate using a | delimited whitelist
32 ; for example, enabled_methods = admin_broadcast|admin_region_query|admin_save_oar|admin_save_xml
33 ; if this parameter is not specified but enabled = true, all methods will be available
34 enabled_methods = all
diff --git a/bin/config.preview.donotuseyet/admin/rest.ini.example b/bin/config.preview.donotuseyet/admin/rest.ini.example
deleted file mode 100644
index e310eb9..0000000
--- a/bin/config.preview.donotuseyet/admin/rest.ini.example
+++ /dev/null
@@ -1,32 +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[RestPlugins]
10 ; Change this to true to enable REST Plugins. This must be true if you wish to use
11 ; REST Region or REST Asset and Inventory Plugins
12 enabled = false
13 god_key = SECRET
14 prefix = /admin
15
16
17[RestRegionPlugin]
18 ; Change this to true to enable the REST Region Plugin
19 enabled = false
20
21
22[RestHandler]
23 ; Change this to true to enable the REST Asset and Inventory Plugin
24 enabled = false
25 authenticate=true
26 secured=true
27 extended-escape=true
28 realm=OpenSim REST
29 dump-asset=false
30 path-fill=true
31 dump-line-size=32
32 flush-on-error=true