aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/config/sim_skeleton/My_sim.xml
diff options
context:
space:
mode:
authoronefang2019-05-19 23:10:15 +1000
committeronefang2019-05-19 23:10:15 +1000
commit64dfe62fab804be64cc29cc0c821e7abac1d946d (patch)
tree3874e927329d88a62e27dde2cc210c968b86c2e2 /example/config/sim_skeleton/My_sim.xml
parentNew TODO. (diff)
downloadopensim-SC_OLD-64dfe62fab804be64cc29cc0c821e7abac1d946d.zip
opensim-SC_OLD-64dfe62fab804be64cc29cc0c821e7abac1d946d.tar.gz
opensim-SC_OLD-64dfe62fab804be64cc29cc0c821e7abac1d946d.tar.bz2
opensim-SC_OLD-64dfe62fab804be64cc29cc0c821e7abac1d946d.tar.xz
Make examples directory, and shuffle all the out of tree stuff into it.
Diffstat (limited to 'example/config/sim_skeleton/My_sim.xml')
-rw-r--r--example/config/sim_skeleton/My_sim.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/config/sim_skeleton/My_sim.xml b/example/config/sim_skeleton/My_sim.xml
new file mode 100644
index 0000000..c5723f3
--- /dev/null
+++ b/example/config/sim_skeleton/My_sim.xml
@@ -0,0 +1,13 @@
1<Nini>
2 <Section Name="SIM_NAME">
3 <Key Name="RegionUUID" Value="SIM_UUID" />
4 <Key Name="Location" Value="SIM_POS" />
5 <Key Name="InternalAddress" Value="SIM_IP" />
6 <Key Name="InternalPort" Value="SIM_INT_PORT" />
7 <Key Name="AllowAlternatePorts" Value="False" />
8 <Key Name="ExternalHostName" Value="SIM_URL" />
9 <Key Name="RegionType" Value="private sim" />
10 <Key Name="SizeX" Value="SIM_SIZE" />
11 <Key Name="SizeY" Value="SIM_SIZE" />
12 </Section>
13</Nini>