diff options
author | Justin Clark-Casey (justincc) | 2009-09-18 19:24:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-18 19:24:49 +0100 |
commit | c71894975812f26e722f4bb15b837a4efca3af8d (patch) | |
tree | 27ebffec65b77232c926cf860a74a0c670146147 | |
parent | switch default physics engine to ODE and default meshmerizer to Meshmerizer i... (diff) | |
download | opensim-SC_OLD-c71894975812f26e722f4bb15b837a4efca3af8d.zip opensim-SC_OLD-c71894975812f26e722f4bb15b837a4efca3af8d.tar.gz opensim-SC_OLD-c71894975812f26e722f4bb15b837a4efca3af8d.tar.bz2 opensim-SC_OLD-c71894975812f26e722f4bb15b837a4efca3af8d.tar.xz |
Remove old OpenSim.Example.xml file that doesn't keep up with OpenSim.ini.example
This to try and make things a tiny bit simpler
Please just put it back if this causes issues, at which point we can comment it to say what it's for
-rw-r--r-- | bin/OpenSim.Example.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/bin/OpenSim.Example.xml b/bin/OpenSim.Example.xml deleted file mode 100644 index 12133e6..0000000 --- a/bin/OpenSim.Example.xml +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | <Nini> | ||
2 | <Section Name="Startup"> | ||
3 | <Key Name="gridmode" Value="False" /> | ||
4 | <Key Name="physics" Value="basicphysics" /> | ||
5 | <Key Name="physical_prim" Value="True" /> | ||
6 | <Key Name="see_into_this_sim_from_neighbor" Value="True" /> | ||
7 | <Key Name="serverside_object_permissions" Value="False" /> | ||
8 | <Key Name="storage_plugin" Value="OpenSim.Data.SQLite.dll" /> | ||
9 | <Key Name="storage_connection_string" Value="URI=file:OpenSim.db,version=3" /> | ||
10 | <Key Name="storage_prim_inventories" Value="True" /> | ||
11 | <Key Name="startup_console_commands_file" Value="" /> | ||
12 | <Key Name="shutdown_console_commands_file" Value="" /> | ||
13 | <Key Name="script_engine" Value="OpenSim.Region.ScriptEngine.DotNetEngine.dll" /> | ||
14 | <Key Name="asset_database" Value="sqlite" /> | ||
15 | <Key Name="clientstack_plugin" Value="OpenSim.Region.ClientStack.LindenUDP.dll" /> | ||
16 | </Section> | ||
17 | <Section Name="StandAlone"> | ||
18 | <Key Name="accounts_authenticate" Value="False" /> | ||
19 | <Key Name="welcome_message" Value="Welcome to OpenSimulator" /> | ||
20 | <Key Name="inventory_plugin" Value="OpenSim.Data.SQLite.dll" /> | ||
21 | <Key Name="inventory_source" Value="" /> | ||
22 | <Key Name="userDatabase_plugin" Value="OpenSim.Data.SQLite.dll" /> | ||
23 | <Key Name="user_source" Value="" /> | ||
24 | <Key Name="asset_plugin" Value="OpenSim.Data.SQLite.dll" /> | ||
25 | <Key Name="asset_source" Value="" /> | ||
26 | <Key Name="dump_assets_to_file" Value="False" /> | ||
27 | </Section> | ||
28 | <Section Name="Network"> | ||
29 | <Key Name="default_location_x" Value="1000" /> | ||
30 | <Key Name="default_location_y" Value="1000" /> | ||
31 | <Key Name="http_listener_port" Value="9000" /> | ||
32 | <Key Name="remoting_listener_port" Value="8895" /> | ||
33 | <Key Name="grid_server_url" Value="http://127.0.0.1:8001" /> | ||
34 | <Key Name="grid_send_key" Value="null" /> | ||
35 | <Key Name="grid_recv_key" Value="null" /> | ||
36 | <Key Name="user_server_url" Value="http://127.0.0.1:8002" /> | ||
37 | <Key Name="user_send_key" Value="null" /> | ||
38 | <Key Name="user_recv_key" Value="null" /> | ||
39 | <Key Name="asset_server_url" Value="http://127.0.0.1:8003" /> | ||
40 | <Key Name="inventory_server_url" Value="http://127.0.0.1:8004" /> | ||
41 | </Section> | ||
42 | <Section Name="RemoteAdmin"> | ||
43 | <Key Name="enabled" Value="false" /> | ||
44 | </Section> | ||
45 | <Section Name="Voice"> | ||
46 | <Key Name="enabled" Value="false" /> | ||
47 | </Section> | ||
48 | </Nini> \ No newline at end of file | ||