OpenSim.ini 724 B

1234567891011121314151617181920212223242526272829
  1. [Startup]
  2. gridmode = false
  3. physics = basicphysics
  4. storage_plugin = "OpenSim.DataStore.NullStorage.dll"
  5. startup_console_commands_file = "startup_commands.txt"
  6. [StandAlone]
  7. accounts_authenticate = false
  8. welcome_message = "Welcome to OpenSim"
  9. inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
  10. userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
  11. default_location_x = 1000
  12. default_location_y = 1000
  13. [Network]
  14. http_listener_port = 9000
  15. remoting_listener_port = 8895
  16. grid_server_url = "http://127.0.0.1:8001"
  17. grid_send_key = "null"
  18. grid_recv_key = "null"
  19. user_server_url = "http://127.0.0.1:8002"
  20. user_send_key = "null"
  21. user_recv_key = "null"
  22. asset_server_url = "http://127.0.0.1:8003"