Correct OpenSim.ini and inventoryStore.db
parent
ffa8bd6cdd
commit
9566444a6a
|
@ -1,12 +1,17 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
gridmode = false
|
gridmode = false
|
||||||
physics = basicphysics
|
physics = basicphysics
|
||||||
|
; Prim Storage
|
||||||
|
; if you would like to use sqlite uncomment the following line (and
|
||||||
|
; comment the NullStorage line)
|
||||||
|
; storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
||||||
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||||
startup_console_commands_file = "startup_commands.txt"
|
startup_console_commands_file = "startup_commands.txt"
|
||||||
|
serverside_object_permissions = false
|
||||||
|
|
||||||
|
|
||||||
[StandAlone]
|
[StandAlone]
|
||||||
accounts_authenticate = false
|
accounts_authenticate = true
|
||||||
welcome_message = "Welcome to OpenSim"
|
welcome_message = "Welcome to OpenSim"
|
||||||
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
||||||
userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
|
userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
|
||||||
|
@ -27,3 +32,4 @@ user_send_key = "null"
|
||||||
user_recv_key = "null"
|
user_recv_key = "null"
|
||||||
|
|
||||||
asset_server_url = "http://127.0.0.1:8003"
|
asset_server_url = "http://127.0.0.1:8003"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue