diff options
author | Justin Clarke Casey | 2008-03-13 00:39:53 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-13 00:39:53 +0000 |
commit | 879f51dab48914021f0aad354a6599611b857d83 (patch) | |
tree | 3e02a1c1fc2d1e87cc1835dc66afed887a0fdcb0 | |
parent | * Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp... (diff) | |
download | opensim-SC_OLD-879f51dab48914021f0aad354a6599611b857d83.zip opensim-SC_OLD-879f51dab48914021f0aad354a6599611b857d83.tar.gz opensim-SC_OLD-879f51dab48914021f0aad354a6599611b857d83.tar.bz2 opensim-SC_OLD-879f51dab48914021f0aad354a6599611b857d83.tar.xz |
* Change opensim.ini.example to flesh out database *_plugin options
* Making each have sqlite (uncommented) and mysql (commented) strings
-rw-r--r-- | bin/OpenSim.ini.example | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ff86bdf..0e0056c 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -91,12 +91,18 @@ script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll | |||
91 | [StandAlone] | 91 | [StandAlone] |
92 | accounts_authenticate = true | 92 | accounts_authenticate = true |
93 | welcome_message = "Welcome to OpenSim" | 93 | welcome_message = "Welcome to OpenSim" |
94 | |||
95 | ; Asset database provider | ||
96 | asset_plugin = "OpenSim.Framework.Data.SQLite.dll" | ||
97 | ; asset_plugin = "OpenSim.Framework.Data.MySQL.dll" | ||
98 | |||
99 | ; Inventory database provider | ||
94 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 100 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
101 | ; inventory_plugin = "OpenSim.Framework.Data.MySQL.dll" | ||
95 | 102 | ||
96 | ; User Data Database provider | 103 | ; User Data Database provider |
97 | ; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | ||
98 | ; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" | ||
99 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" | 104 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" |
105 | ; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" | ||
100 | 106 | ||
101 | default_location_x = 1000 | 107 | default_location_x = 1000 |
102 | default_location_y = 1000 | 108 | default_location_y = 1000 |