changed the comment lines from # to ; in opensim.ini.

added a serverside_object_permissions = false entry (set to true to enable permission checking on prim editing etc).
set the default for standalone account authentication to be turned on (so we don't get lots of people asking why inventory doesn't work). Just remember to use "create user" to create the accounts.
afrisby
MW 2007-08-21 19:03:44 +00:00
parent 4dd40151a6
commit 73a67feaa3
1 changed files with 6 additions and 5 deletions

View File

@ -1,16 +1,17 @@
[Startup]
gridmode = false
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"
; 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"
startup_console_commands_file = "startup_commands.txt"
serverside_object_permissions = false
[StandAlone]
accounts_authenticate = false
accounts_authenticate = true
welcome_message = "Welcome to OpenSim"
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"