diff options
author | Mike Mazur | 2009-02-16 02:28:00 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:28:00 +0000 |
commit | ef19d32a39f29cd11e608464ef6a49a45a52e12d (patch) | |
tree | 51e789273abc4b1c4376a8ee18e3167f19bba95d /bin/AssetInventoryServer.ini.example | |
parent | Fix dependency on non-OpenSim version of OpenMetaverse.StructuredData.dll. (diff) | |
download | opensim-SC_OLD-ef19d32a39f29cd11e608464ef6a49a45a52e12d.zip opensim-SC_OLD-ef19d32a39f29cd11e608464ef6a49a45a52e12d.tar.gz opensim-SC_OLD-ef19d32a39f29cd11e608464ef6a49a45a52e12d.tar.bz2 opensim-SC_OLD-ef19d32a39f29cd11e608464ef6a49a45a52e12d.tar.xz |
- remove dependency on OpenSim.Grid.AssetServer.Plugins.Opensim in
OpenSim.Data.*.addin.xml, this is cruft left over from previous
testing
- fix example SQLite connection string in
AssetInventoryServer.ini.example
Diffstat (limited to 'bin/AssetInventoryServer.ini.example')
-rw-r--r-- | bin/AssetInventoryServer.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/AssetInventoryServer.ini.example b/bin/AssetInventoryServer.ini.example index 91b8b44..a004818 100644 --- a/bin/AssetInventoryServer.ini.example +++ b/bin/AssetInventoryServer.ini.example | |||
@@ -117,8 +117,8 @@ inventory_database_provider = "OpenSim.Data.MySQL.dll" | |||
117 | ; modification. | 117 | ; modification. |
118 | 118 | ||
119 | ; For SQLite | 119 | ; For SQLite |
120 | ;asset_database_connect = "URI:file:Asset.db,version=3" | 120 | ;asset_database_connect = "URI=file:Asset.db,version=3" |
121 | ;inventory_database_connect = "URI:file:Inventory.db,version=3" | 121 | ;inventory_database_connect = "URI=file:Inventory.db,version=3" |
122 | 122 | ||
123 | ; For MySQL | 123 | ; For MySQL |
124 | asset_database_connect = "Server=localhost; Database=opensim; User=changeme; Password=changeme;" | 124 | asset_database_connect = "Server=localhost; Database=opensim; User=changeme; Password=changeme;" |