diff options
author | Justin Clark-Casey (justincc) | 2010-06-04 18:00:48 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-06-04 18:00:48 +0100 |
commit | 2f6d401db13b31c6cac7450266dade6e678c8aa6 (patch) | |
tree | 8ae3f924dfecbea30835d0172ac5464c6b8325b6 /bin/config-include | |
parent | Revert "Next OSG test. Don't remove app domains if they contain running threa... (diff) | |
parent | switch 0.6.9 flavour to release (diff) | |
download | opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.zip opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.tar.gz opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.tar.bz2 opensim-SC-2f6d401db13b31c6cac7450266dade6e678c8aa6.tar.xz |
Merge remote branch 'origin/0.6.9' into 0.6.9-post-fixes
This chiefly brings in the new sqlite adaptor and renames the old one to SQLiteLegacy
Existing configuratios should continue to work without changes unless you are using Mac OSX and mono 2.6 or later, in which case you will need to enable SQLiteLegacy instead. Please se the instructions in OpenSim.ini.example and the relevant config/include .ini files
Conflicts:
OpenSim/Framework/Servers/VersionInfo.cs
OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 1679f93..40ef228 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -4,7 +4,15 @@ | |||
4 | ; | 4 | ; |
5 | ;--- For SQLite | 5 | ;--- For SQLite |
6 | StorageProvider = "OpenSim.Data.SQLite.dll" | 6 | StorageProvider = "OpenSim.Data.SQLite.dll" |
7 | ;--- For MySql | 7 | |
8 | ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older | ||
9 | ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite) | ||
10 | ; for more details | ||
11 | ;StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"; | ||
12 | |||
13 | ; MySql | ||
14 | ; Uncomment these lines if you want to use mysql storage | ||
15 | ; Change the connection string to your db details | ||
8 | ;StorageProvider = "OpenSim.Data.MySQL.dll" | 16 | ;StorageProvider = "OpenSim.Data.MySQL.dll" |
9 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 17 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
10 | 18 | ||
@@ -42,4 +50,4 @@ | |||
42 | 50 | ||
43 | [LibraryModule] | 51 | [LibraryModule] |
44 | ; Set this if you want to change the name of the OpenSim Library | 52 | ; Set this if you want to change the name of the OpenSim Library |
45 | ;LibraryName = "My World's Library" \ No newline at end of file | 53 | ;LibraryName = "My World's Library" |