diff options
author | Melanie | 2012-08-24 00:07:17 +0100 |
---|---|---|
committer | Melanie | 2012-08-24 00:07:17 +0100 |
commit | 783773a0c075893392847d9f16df3485985fa36a (patch) | |
tree | 6a03e04e549ce05541f6d64563533cb6d4ee3272 /bin/config-include/storage/SQLiteStandalone.ini | |
parent | Merge branch 'master' into careminster (diff) | |
parent | If a script state save fails for some reason on shutdown/region removal, get ... (diff) | |
download | opensim-SC-783773a0c075893392847d9f16df3485985fa36a.zip opensim-SC-783773a0c075893392847d9f16df3485985fa36a.tar.gz opensim-SC-783773a0c075893392847d9f16df3485985fa36a.tar.bz2 opensim-SC-783773a0c075893392847d9f16df3485985fa36a.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini index c1de71a..67d98ff 100644 --- a/bin/config-include/storage/SQLiteStandalone.ini +++ b/bin/config-include/storage/SQLiteStandalone.ini | |||
@@ -7,6 +7,16 @@ | |||
7 | [AssetService] | 7 | [AssetService] |
8 | ConnectionString = "URI=file:Asset.db,version=3" | 8 | ConnectionString = "URI=file:Asset.db,version=3" |
9 | 9 | ||
10 | ; The HGAssetService section controls the connection given to the AssetService in a Hypergrid configuration. | ||
11 | ; This has to be separate from [AssetService] because the Hypergrid facing connector uses [HGAssetService] for its config data instead. | ||
12 | ; However, the internal asset service will still use the [AssetService] section. | ||
13 | ; Therefore, you will almost certainly want the ConnectionString in [HGAssetService] to be the same as in [AssetService] | ||
14 | ; so that they both access the same database. | ||
15 | ; This issue does not apply to normal MySQL/MSSQL configurations, since by default they use the settings in [DatabaseService] and | ||
16 | ; do not have separate connection strings for different services. | ||
17 | [HGAssetService] | ||
18 | ConnectionString = "URI=file:Asset.db,version=3" | ||
19 | |||
10 | [InventoryService] | 20 | [InventoryService] |
11 | ;ConnectionString = "URI=file:inventory.db,version=3" | 21 | ;ConnectionString = "URI=file:inventory.db,version=3" |
12 | ; if you have a legacy inventory store use the connection string below | 22 | ; if you have a legacy inventory store use the connection string below |