aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/etc
diff options
context:
space:
mode:
Diffstat (limited to 'example/etc')
-rwxr-xr-xexample/etc/Sandbox.shini19
1 files changed, 19 insertions, 0 deletions
diff --git a/example/etc/Sandbox.shini b/example/etc/Sandbox.shini
new file mode 100755
index 0000000..d356923
--- /dev/null
+++ b/example/etc/Sandbox.shini
@@ -0,0 +1,19 @@
1[Const] ; fakeVariableCozOpenSim= ; sledjchisl $* `basename $0`; exit 0
2 mysim="Sandbox"
3
4[Region]
5 RegionName = "Sandbox"
6 RegionUUID = "7ed49d7a-6b50-4415-9991-3720e8f884d5"
7 Location = "100,100"
8 SizeX = 256
9 SizeY = 256
10 SizeZ = 16384
11 RegionType = "Public sim"
12 MaxPrims = 45000
13
14[Performance]
15 ;; Select the performance characteristics of OpenSim.
16 ; Include-Performance = "config-include/SimFast.ini"
17 Include-Performance = "config-include/SimBalanced.ini"
18 ; Include-Performance = "config-include/SimDefault.ini"
19 ; Include-Performance = "config-include/SimLean.ini"