aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/config/sim_skeleton/My_sim.xml
diff options
context:
space:
mode:
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>