diff options
author | Mike Mazur | 2009-02-16 02:29:00 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-16 02:29:00 +0000 |
commit | 68ed72ee22cb30f2b88802c27eb95e9be8479ce6 (patch) | |
tree | 5cc0fdc5208e26cd90f20beed4ece2b58fab50d2 /bin | |
parent | - add restrictions and error handling to plugin loading in (diff) | |
download | opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.zip opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.tar.gz opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.tar.bz2 opensim-SC_OLD-68ed72ee22cb30f2b88802c27eb95e9be8479ce6.tar.xz |
- replace existing license header in each source file in
AssetInventoryServer with the standard OpenSim license header
- add note about Cable Beach to CONTRIBUTORS.txt
- clean up AssetInventoryServer.ini.example
Diffstat (limited to '')
-rw-r--r-- | bin/AssetInventoryServer.ini.example | 42 |
1 files changed, 17 insertions, 25 deletions
diff --git a/bin/AssetInventoryServer.ini.example b/bin/AssetInventoryServer.ini.example index 619495c..bba4668 100644 --- a/bin/AssetInventoryServer.ini.example +++ b/bin/AssetInventoryServer.ini.example | |||
@@ -9,16 +9,15 @@ listen_port = 8003 | |||
9 | ; Asset Storage Provider | 9 | ; Asset Storage Provider |
10 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 10 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
11 | 11 | ||
12 | ; Simple storage is a very basic storage system for the purposes of illustrating | 12 | ; SimpleAssetStorage is a very basic storage system for the purposes of |
13 | ; a storage backend example. The assets are stored in SimpleAssets/ and | 13 | ; illustrating a storage backend example. The assets are stored in |
14 | ; TempAssets/ (which is deleted when the server shuts down). Metadata is | 14 | ; SimpleAssets/ and TempAssets/ (which is deleted when the server shuts down). |
15 | ; generated for all of the files at startup and when new assets are uploaded. | 15 | ; Metadata is generated for all of the files at startup and when new assets are |
16 | ; uploaded. | ||
16 | ;asset_storage_provider = SimpleAssetStorage | 17 | ;asset_storage_provider = SimpleAssetStorage |
17 | 18 | ||
18 | ; OpenSimMySQL storage connects to a MySQL server that has an assets table created | 19 | ; OpenSimAssetStorage connects to a database that has an assets table created |
19 | ; by OpenSim. Open the AssetServer_Config.xml file from OpenSim and use the | 20 | ; by OpenSim. This backend combined with the OpenSimFrontend will allow the asset |
20 | ; database connection string for the database_connect option in the MySQL section | ||
21 | ; below. This backend combined with the OpenSimFrontend will allow the asset | ||
22 | ; server to be used as a drop-in replacement for OpenSim.Grid.AssetServer.exe, | 21 | ; server to be used as a drop-in replacement for OpenSim.Grid.AssetServer.exe, |
23 | ; while also allowing other frontends to run. | 22 | ; while also allowing other frontends to run. |
24 | asset_storage_provider = OpenSimAssetStorage | 23 | asset_storage_provider = OpenSimAssetStorage |
@@ -27,19 +26,17 @@ asset_storage_provider = OpenSimAssetStorage | |||
27 | ; Inventory Storage Provider | 26 | ; Inventory Storage Provider |
28 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 27 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
29 | 28 | ||
30 | ; Simple inventory is a very basic inventory storage system for the purposes of | 29 | ; SimpleInventoryStorage is a very basic inventory storage system for the |
31 | ; illustrating an inventory backend example. The inventory is stored in | 30 | ; purposes of illustrating an inventory backend example. The inventory is stored |
32 | ; SimpleInventory/ by creating a folder for each agent that contains all of the | 31 | ; in SimpleInventory/ by creating a folder for each agent that contains all of |
33 | ; inventory items and folders serialized as XML files. | 32 | ; the inventory items and folders serialized as XML files. |
34 | ;inventory_storage_provider = SimpleInventoryStorage | 33 | ;inventory_storage_provider = SimpleInventoryStorage |
35 | 34 | ||
36 | ; OpenSimMySQL inventory connects to a MySQL server that has an inventory table | 35 | ; OpenSimInventoryStorage connects to a database that has an inventory table |
37 | ; created by OpenSim. If the OpenSimMySQLStorage backend is also being used, the | 36 | ; created by OpenSim. This backend combined with the OpenSimInventoryFrontend |
38 | ; inventory and asset tables must be stored in the same database. The | 37 | ; will allow the server to be used as a drop-in replacement for |
39 | ; database_connect string in the MySQL section below is used to connect to the | ||
40 | ; database. This backend combined with the OpenSimInventoryFrontend will allow | ||
41 | ; the server to be used as a drop-in replacement for | ||
42 | ; OpenSim.Grid.InventoryServer.exe, while also allowing other frontends to run. | 38 | ; OpenSim.Grid.InventoryServer.exe, while also allowing other frontends to run. |
39 | ; *** NOTE: Inventory is not currently implemented. | ||
43 | inventory_storage_provider = OpenSimInventoryStorage | 40 | inventory_storage_provider = OpenSimInventoryStorage |
44 | 41 | ||
45 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 42 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
@@ -95,9 +92,9 @@ metrics_provider = NullMetrics | |||
95 | 92 | ||
96 | frontends = ReferenceFrontend,OpenSimAssetFrontend,OpenSimInventoryFrontend,BrowseFrontend | 93 | frontends = ReferenceFrontend,OpenSimAssetFrontend,OpenSimInventoryFrontend,BrowseFrontend |
97 | 94 | ||
95 | [OpenSim] | ||
98 | ; The OpenSim section applies to the OpenSim plugin (OpenSimAssetStorage, | 96 | ; The OpenSim section applies to the OpenSim plugin (OpenSimAssetStorage, |
99 | ; OpenSimInventoryStorage, OpenSimAssetFronend, OpenSimInventoryFrontend). | 97 | ; OpenSimInventoryStorage, OpenSimAssetFronend, OpenSimInventoryFrontend). |
100 | [OpenSim] | ||
101 | 98 | ||
102 | ; The database provider determines which database to use. Any database backend | 99 | ; The database provider determines which database to use. Any database backend |
103 | ; supported by OpenSim is supported. | 100 | ; supported by OpenSim is supported. |
@@ -109,12 +106,7 @@ inventory_database_provider = "OpenSim.Data.SQLite.dll" | |||
109 | ;inventory_database_provider = "OpenSim.Data.MySQL.dll" | 106 | ;inventory_database_provider = "OpenSim.Data.MySQL.dll" |
110 | ;inventory_database_provider = "OpenSim.Data.NHibernate.dll" | 107 | ;inventory_database_provider = "OpenSim.Data.NHibernate.dll" |
111 | 108 | ||
112 | ; Database connection string used by the OpenSim MySQL backend. If these lines | 109 | ; Database connection string used by the database backend. |
113 | ; are commented out or missing, the server will look for an | ||
114 | ; AssetServer_Config.xml or InventoryServer_Config.xml file in the current | ||
115 | ; working directory. These files are generated by OpenSim.Grid.AssetServer.exe | ||
116 | ; and OpenSim.Grid.InventoryServer.exe, respectively, and can be used without | ||
117 | ; modification. | ||
118 | 110 | ||
119 | ; For SQLite | 111 | ; For SQLite |
120 | asset_database_connect = "URI=file:Asset.db,version=3" | 112 | asset_database_connect = "URI=file:Asset.db,version=3" |