aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-13 00:39:53 +0000
committerJustin Clarke Casey2008-03-13 00:39:53 +0000
commit879f51dab48914021f0aad354a6599611b857d83 (patch)
tree3e02a1c1fc2d1e87cc1835dc66afed887a0fdcb0 /bin
parent* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp... (diff)
downloadopensim-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
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example10
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]
92accounts_authenticate = true 92accounts_authenticate = true
93welcome_message = "Welcome to OpenSim" 93welcome_message = "Welcome to OpenSim"
94
95; Asset database provider
96asset_plugin = "OpenSim.Framework.Data.SQLite.dll"
97; asset_plugin = "OpenSim.Framework.Data.MySQL.dll"
98
99; Inventory database provider
94inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" 100inventory_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"
99userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" 104userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
105; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll"
100 106
101default_location_x = 1000 107default_location_x = 1000
102default_location_y = 1000 108default_location_y = 1000