diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 |