Browse Source

mantis 8255 update example_web.xml

UbitUmarov 6 years ago
parent
commit
17b79cec91
1 changed files with 26 additions and 8 deletions
  1. 26 8
      share/RegionLoading/example_web.xml

+ 26 - 8
share/RegionLoading/example_web.xml

@@ -1,8 +1,26 @@
-<Regions>
-	<Root>
-  		<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" />
-	</Root>
-	<Root>
-  		<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" />
-	</Root>
-</Regions>
+<Nini>
+	<Section Name="OpenSim Test">
+		<Key Name="RegionUUID" Value="e3be865f-35b6-4f7c-9aea-9ab017b07635"/>
+		<Key Name="InternalAddress" Value="0.0.0.0"/>
+		<Key Name="InternalPort" Value="9000"/>
+		<Key Name="AllowAlternatePorts" Value="False"/>
+		<Key Name="ExternalHostName" Value="127.0.0.1"/>
+		<Key Name="ResolveAddress" Value="False"/>
+		<Key Name="Location" Value="1000,1000"/>
+		<Key Name="SizeX" Value="256"/>
+		<Key Name="SizeY" Value="256"/>
+		<Key Name="ClampPrimSize" Value="False"/>
+	</Section>
+	<Section Name="OpenSim Test2">
+		<Key Name="RegionUUID" Value="e3be865f-35b6-4f7c-9aea-9ab017b07636"/>
+		<Key Name="InternalAddress" Value="0.0.0.0"/>
+		<Key Name="InternalPort" Value="9001"/>
+		<Key Name="AllowAlternatePorts" Value="False"/>
+		<Key Name="ExternalHostName" Value="127.0.0.1"/>
+		<Key Name="ResolveAddress" Value="False"/>
+		<Key Name="Location" Value="1000,1001"/>
+		<Key Name="SizeX" Value="256"/>
+		<Key Name="SizeY" Value="256"/>
+		<Key Name="ClampPrimSize" Value="False"/>
+	</Section>
+</Nini>