diff options
Diffstat (limited to 'bin/config.preview.donotuseyet/admin/remoteadmin.ini.example')
-rw-r--r-- | bin/config.preview.donotuseyet/admin/remoteadmin.ini.example | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/admin/remoteadmin.ini.example b/bin/config.preview.donotuseyet/admin/remoteadmin.ini.example new file mode 100644 index 0000000..5d6112d --- /dev/null +++ b/bin/config.preview.donotuseyet/admin/remoteadmin.ini.example | |||
@@ -0,0 +1,34 @@ | |||
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 | ||