diff options
author | MW | 2007-08-21 19:03:44 +0000 |
---|---|---|
committer | MW | 2007-08-21 19:03:44 +0000 |
commit | 73a67feaa392e43d82b24b93adb5d86bcd948983 (patch) | |
tree | ec429ab868b069c84014a43dfa916b135d746b00 /bin/OpenSim.ini | |
parent | self document how to enable prim storage (diff) | |
download | opensim-SC_OLD-73a67feaa392e43d82b24b93adb5d86bcd948983.zip opensim-SC_OLD-73a67feaa392e43d82b24b93adb5d86bcd948983.tar.gz opensim-SC_OLD-73a67feaa392e43d82b24b93adb5d86bcd948983.tar.bz2 opensim-SC_OLD-73a67feaa392e43d82b24b93adb5d86bcd948983.tar.xz |
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.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index a720617..2be8507 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -1,16 +1,17 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | gridmode = false | 2 | gridmode = false |
3 | physics = basicphysics | 3 | physics = basicphysics |
4 | # Prim Storage | 4 | ; Prim Storage |
5 | # if you would like to use sqlite uncomment the following line (and | 5 | ; if you would like to use sqlite uncomment the following line (and |
6 | # comment the NullStorage line) | 6 | ; comment the NullStorage line) |
7 | # storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | 7 | ; storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" |
8 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 8 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
9 | startup_console_commands_file = "startup_commands.txt" | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | ||
10 | 11 | ||
11 | 12 | ||
12 | [StandAlone] | 13 | [StandAlone] |
13 | accounts_authenticate = false | 14 | accounts_authenticate = true |
14 | welcome_message = "Welcome to OpenSim" | 15 | welcome_message = "Welcome to OpenSim" |
15 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 16 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
16 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | 17 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" |