diff options
author | Tedd Hansen | 2007-08-22 19:40:30 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-22 19:40:30 +0000 |
commit | ffa8bd6cddb43a5ee2b426af0aa4b82550ee57f0 (patch) | |
tree | 3b0ae32265ae4b0caac8bf0bc4828305d83f8411 /bin/OpenSim.ini | |
parent | GC.GetTotalMemory(true) was blocking. (diff) | |
download | opensim-SC_OLD-ffa8bd6cddb43a5ee2b426af0aa4b82550ee57f0.zip opensim-SC_OLD-ffa8bd6cddb43a5ee2b426af0aa4b82550ee57f0.tar.gz opensim-SC_OLD-ffa8bd6cddb43a5ee2b426af0aa4b82550ee57f0.tar.bz2 opensim-SC_OLD-ffa8bd6cddb43a5ee2b426af0aa4b82550ee57f0.tar.xz |
Seems like I commited OpenSim.ini and inventoryStore.db unintentionally in last commit...
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index 6932d49..bfe986d 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -1,17 +1,12 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | gridmode = false | 2 | gridmode = false |
3 | physics = basicphysics | 3 | physics = basicphysics |
4 | ; Prim Storage | 4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
5 | ; if you would like to use sqlite uncomment the following line (and | ||
6 | ; comment the NullStorage line) | ||
7 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | ||
8 | ;storage_plugin = "OpenSim.DataStore.NullStorage.dll" | ||
9 | startup_console_commands_file = "startup_commands.txt" | 5 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | ||
11 | 6 | ||
12 | 7 | ||
13 | [StandAlone] | 8 | [StandAlone] |
14 | accounts_authenticate = true | 9 | accounts_authenticate = false |
15 | welcome_message = "Welcome to OpenSim" | 10 | welcome_message = "Welcome to OpenSim" |
16 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 11 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
17 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | 12 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" |