diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ab7dfe4..bced391 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -104,6 +104,8 @@ welcome_message = "Welcome to OpenSim" | |||
104 | ; Asset database provider | 104 | ; Asset database provider |
105 | asset_plugin = "OpenSim.Data.SQLite.dll" | 105 | asset_plugin = "OpenSim.Data.SQLite.dll" |
106 | ; asset_plugin = "OpenSim.Data.MySQL.dll" | 106 | ; asset_plugin = "OpenSim.Data.MySQL.dll" |
107 | ; the Asset DB source. This only works for sqlite and nhibernate for now | ||
108 | asset_source = "URI=file:Asset.db,version=3" | ||
107 | 109 | ||
108 | ; Inventory database provider | 110 | ; Inventory database provider |
109 | inventory_plugin = "OpenSim.Data.SQLite.dll" | 111 | inventory_plugin = "OpenSim.Data.SQLite.dll" |