aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorMW2007-08-16 14:37:16 +0000
committerMW2007-08-16 14:37:16 +0000
commit5bbbf44719bde879e88f4cd1d9ef8e03f8094797 (patch)
tree67c9b124080856ea7573ca236629de178839b36d /bin/OpenSim.ini
parentCan now set the plugins for standalone mode's Inventory database (default sql... (diff)
downloadopensim-SC_OLD-5bbbf44719bde879e88f4cd1d9ef8e03f8094797.zip
opensim-SC_OLD-5bbbf44719bde879e88f4cd1d9ef8e03f8094797.tar.gz
opensim-SC_OLD-5bbbf44719bde879e88f4cd1d9ef8e03f8094797.tar.bz2
opensim-SC_OLD-5bbbf44719bde879e88f4cd1d9ef8e03f8094797.tar.xz
Sorry everyone forget to include this, if someone wants to arrange it, I will present myself on a deepgrid region for public flogging.
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