Seems like I commited OpenSim.ini and inventoryStore.db unintentionally in last commit...
parent
4beef91d00
commit
ffa8bd6cdd
|
@ -1,17 +1,12 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
gridmode = false
|
gridmode = false
|
||||||
physics = basicphysics
|
physics = basicphysics
|
||||||
; Prim Storage
|
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||||
; 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"
|
|
||||||
startup_console_commands_file = "startup_commands.txt"
|
startup_console_commands_file = "startup_commands.txt"
|
||||||
serverside_object_permissions = false
|
|
||||||
|
|
||||||
|
|
||||||
[StandAlone]
|
[StandAlone]
|
||||||
accounts_authenticate = true
|
accounts_authenticate = false
|
||||||
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"
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue