aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/share/RegionLoading/example_web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/RegionLoading/example_web.xml')
-rw-r--r--share/RegionLoading/example_web.xml34
1 files changed, 26 insertions, 8 deletions
diff --git a/share/RegionLoading/example_web.xml b/share/RegionLoading/example_web.xml
index f7ed25e..39e8023 100644
--- a/share/RegionLoading/example_web.xml
+++ b/share/RegionLoading/example_web.xml
@@ -1,8 +1,26 @@
1<Regions> 1<Nini>
2 <Root> 2 <Section Name="OpenSim Test">
3 <Config sim_UUID="18fb66dbf6274279885228f1c4064f8c" sim_name="OpenSim Test" sim_location_x="1000" sim_location_y="1000" datastore="OpenSim.db" internal_ip_address="0.0.0.0" internal_ip_port="9000" external_host_name="127.0.0.1" master_avatar_first="Test" master_avatar_last="User" master_avatar_pass="test" /> 3 <Key Name="RegionUUID" Value="e3be865f-35b6-4f7c-9aea-9ab017b07635"/>
4 </Root> 4 <Key Name="InternalAddress" Value="0.0.0.0"/>
5 <Root> 5 <Key Name="InternalPort" Value="9000"/>
6 <Config sim_UUID="111111dbf6274219881228f1c1061f8c" sim_name="OpenSim Test2" sim_location_x="1001" sim_location_y="1000" datastore="OpenSim2.db" internal_ip_address="0.0.0.0" internal_ip_port="9001" external_host_name="127.0.0.1" master_avatar_first="Test" master_avatar_last="User" master_avatar_pass="test" /> 6 <Key Name="AllowAlternatePorts" Value="False"/>
7 </Root> 7 <Key Name="ExternalHostName" Value="127.0.0.1"/>
8</Regions> \ No newline at end of file 8 <Key Name="ResolveAddress" Value="False"/>
9 <Key Name="Location" Value="1000,1000"/>
10 <Key Name="SizeX" Value="256"/>
11 <Key Name="SizeY" Value="256"/>
12 <Key Name="ClampPrimSize" Value="False"/>
13 </Section>
14 <Section Name="OpenSim Test2">
15 <Key Name="RegionUUID" Value="e3be865f-35b6-4f7c-9aea-9ab017b07636"/>
16 <Key Name="InternalAddress" Value="0.0.0.0"/>
17 <Key Name="InternalPort" Value="9001"/>
18 <Key Name="AllowAlternatePorts" Value="False"/>
19 <Key Name="ExternalHostName" Value="127.0.0.1"/>
20 <Key Name="ResolveAddress" Value="False"/>
21 <Key Name="Location" Value="1000,1001"/>
22 <Key Name="SizeX" Value="256"/>
23 <Key Name="SizeY" Value="256"/>
24 <Key Name="ClampPrimSize" Value="False"/>
25 </Section>
26</Nini> \ No newline at end of file