diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 08ce5cd..8cef459 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -21,7 +21,7 @@ physics = basicphysics | |||
21 | ; storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 21 | ; storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
22 | 22 | ||
23 | ; --- To use sqlite as region storage: | 23 | ; --- To use sqlite as region storage: |
24 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | 24 | storage_plugin = "OpenSim.Framework.Data.SQLite.dll" |
25 | storage_connection_string="URI=file:OpenSim.db,version=3"; | 25 | storage_connection_string="URI=file:OpenSim.db,version=3"; |
26 | 26 | ||
27 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): | 27 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): |