diff options
author | Mike Mazur | 2009-02-16 02:28:51 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:28:51 +0000 |
commit | e41f761e0d808f39d58766cb8f888cda3b5a6043 (patch) | |
tree | a00b2349f5e1fcfde0c23471fbdf0a238cc29370 /bin/AssetInventoryServer.ini.example | |
parent | Standardize logging messages. (diff) | |
download | opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.zip opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.gz opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.bz2 opensim-SC_OLD-e41f761e0d808f39d58766cb8f888cda3b5a6043.tar.xz |
- add restrictions and error handling to plugin loading in
AssetInventoryServer
- assign shorter names to each AssetInventory plugin
- modify AssetInventoryServer.ini.example file so it works out of the
box
Diffstat (limited to 'bin/AssetInventoryServer.ini.example')
-rw-r--r-- | bin/AssetInventoryServer.ini.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/AssetInventoryServer.ini.example b/bin/AssetInventoryServer.ini.example index a004818..619495c 100644 --- a/bin/AssetInventoryServer.ini.example +++ b/bin/AssetInventoryServer.ini.example | |||
@@ -101,12 +101,12 @@ frontends = ReferenceFrontend,OpenSimAssetFrontend,OpenSimInventoryFrontend,Brow | |||
101 | 101 | ||
102 | ; The database provider determines which database to use. Any database backend | 102 | ; The database provider determines which database to use. Any database backend |
103 | ; supported by OpenSim is supported. | 103 | ; supported by OpenSim is supported. |
104 | ;asset_database_provider = "OpenSim.Data.SQLite.dll" | 104 | asset_database_provider = "OpenSim.Data.SQLite.dll" |
105 | asset_database_provider = "OpenSim.Data.MySQL.dll" | 105 | ;asset_database_provider = "OpenSim.Data.MySQL.dll" |
106 | ;asset_database_provider = "OpenSim.Data.NHibernate.dll" | 106 | ;asset_database_provider = "OpenSim.Data.NHibernate.dll" |
107 | 107 | ||
108 | ;inventory_database_provider = "OpenSim.Data.SQLite.dll" | 108 | inventory_database_provider = "OpenSim.Data.SQLite.dll" |
109 | inventory_database_provider = "OpenSim.Data.MySQL.dll" | 109 | ;inventory_database_provider = "OpenSim.Data.MySQL.dll" |
110 | ;inventory_database_provider = "OpenSim.Data.NHibernate.dll" | 110 | ;inventory_database_provider = "OpenSim.Data.NHibernate.dll" |
111 | 111 | ||
112 | ; Database connection string used by the OpenSim MySQL backend. If these lines | 112 | ; Database connection string used by the OpenSim MySQL backend. If these lines |
@@ -117,12 +117,12 @@ 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;" |
125 | inventory_database_connect = "Server=localhost; Database=opensim; User=changeme; Password=changeme;" | 125 | ;inventory_database_connect = "Server=localhost; Database=opensim; User=changeme; Password=changeme;" |
126 | 126 | ||
127 | ; For NHibernate | 127 | ; For NHibernate |
128 | ;asset_database_connect = "SQLiteDialect;SQLite20Driver;Data Source=file:Asset.db;Version=3" | 128 | ;asset_database_connect = "SQLiteDialect;SQLite20Driver;Data Source=file:Asset.db;Version=3" |