aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config.preview.donotuseyet/admin/rest.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.preview.donotuseyet/admin/rest.ini.example')
-rw-r--r--bin/config.preview.donotuseyet/admin/rest.ini.example32
1 files changed, 32 insertions, 0 deletions
diff --git a/bin/config.preview.donotuseyet/admin/rest.ini.example b/bin/config.preview.donotuseyet/admin/rest.ini.example
new file mode 100644
index 0000000..e310eb9
--- /dev/null
+++ b/bin/config.preview.donotuseyet/admin/rest.ini.example
@@ -0,0 +1,32 @@
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