aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index e6e1fe3..f4efeb5 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -9,9 +9,9 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
9startup_console_commands_file = "startup_commands.txt" 9startup_console_commands_file = "startup_commands.txt"
10serverside_object_permissions = false 10serverside_object_permissions = false
11 11
12asset_database = "db4o" 12; asset_database = "db4o"
13;to try sqlite as the asset database , comment out the above line, and uncomment following one 13; to try sqlite as the asset database , comment out the above line, and uncomment following one
14; asset_database = "sqlite" 14asset_database = "sqlite"
15 15
16 16
17[StandAlone] 17[StandAlone]