aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/config/sim_skeleton/My_sim.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/sim_skeleton/My_sim.xml')
-rw-r--r--config/sim_skeleton/My_sim.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/sim_skeleton/My_sim.xml b/config/sim_skeleton/My_sim.xml
deleted file mode 100644
index c5723f3..0000000
--- a/config/sim_skeleton/My_sim.xml
+++ /dev/null
@@ -1,13 +0,0 @@
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>