aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini10
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index 4e9b79a..b814381 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -1,7 +1,11 @@
1[Startup] 1[Startup]
2gridmode = false 2gridmode = false
3physics = basicphysics 3physics = basicphysics
4storage_plugin = "OpenSim.DataStore.NullStorage.dll" 4storage_plugin = "OpenSim.DataStore.NullStorage"
5startup_console_commands_file = "startup_commands.txt" 5startup_console_commands_file = "startup_commands.txt"
6standalone_authenticate = false 6
7standalone_welcome = "Welcome to OpenSim" \ No newline at end of file 7[StandAlone]
8accounts_authenticate = false
9welcome_message = "Welcome to OpenSim"
10inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
11userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" \ No newline at end of file