diff options
author | Justin Clark-Casey (justincc) | 2011-04-07 23:16:36 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-07 23:20:04 +0100 |
commit | 9d40c0dcc70462d78d6347676927b05eed245a9a (patch) | |
tree | 2f7fb8f320a93c15dde9e1bf7ef53d4999743601 /bin/config-include/storage/SQLiteLegacyStandalone.ini | |
parent | Bundle a built-from-source Mac OS X sqlite3 universal dylib with OpenSim and ... (diff) | |
download | opensim-SC-9d40c0dcc70462d78d6347676927b05eed245a9a.zip opensim-SC-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.gz opensim-SC-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.bz2 opensim-SC-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.xz |
Remove the SQLite legacy adaptor. This is no longer needed now that the main adaptor works on Mac OS X.
The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/storage/SQLiteLegacyStandalone.ini | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/config-include/storage/SQLiteLegacyStandalone.ini b/bin/config-include/storage/SQLiteLegacyStandalone.ini deleted file mode 100644 index ffe9a70..0000000 --- a/bin/config-include/storage/SQLiteLegacyStandalone.ini +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | ; These are the initialization settings for running OpenSim Standalone with an SQLite database | ||
2 | |||
3 | [DatabaseService] | ||
4 | StorageProvider = "OpenSim.Data.SQLiteLegacy.dll" | ||
5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" | ||
6 | |||
7 | [AssetService] | ||
8 | ConnectionString = "URI=file:Asset.db,version=3" | ||
9 | |||
10 | [AvatarService] | ||
11 | ConnectionString = "URI=file:avatars.db,version=3" | ||
12 | |||
13 | [AuthenticationService] | ||
14 | ConnectionString = "URI=file:auth.db,version=3" | ||
15 | |||
16 | [UserAccountService] | ||
17 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
18 | |||
19 | [FriendsService] | ||
20 | ConnectionString = "URI=file:friends.db,version=3" | ||