OpenSim.Example.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>