aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-07 20:19:40 +0000
committerMelanie Thielker2009-07-07 20:19:40 +0000
commit159db5cded0215f2506594a93201c4a3ef0fd028 (patch)
tree8ef5e5cec39e581f017c32eb14f763069282b897 /bin/OpenSim.Server.ini.example
parentMake the asset IN connector return HTTP 404 if an asset is not found, and (diff)
downloadopensim-SC_OLD-159db5cded0215f2506594a93201c4a3ef0fd028.zip
opensim-SC_OLD-159db5cded0215f2506594a93201c4a3ef0fd028.tar.gz
opensim-SC_OLD-159db5cded0215f2506594a93201c4a3ef0fd028.tar.bz2
opensim-SC_OLD-159db5cded0215f2506594a93201c4a3ef0fd028.tar.xz
B.U.S.T. Implant #1. Add inventory services to B.U.S.T.
OpenSim.Server.exe now runs both asset and inventory services
Diffstat (limited to 'bin/OpenSim.Server.ini.example')
-rw-r--r--bin/OpenSim.Server.ini.example15
1 files changed, 13 insertions, 2 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index ebd2d2c..3843123 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -3,10 +3,10 @@
3; * Multiple connectors should be seaprated by commas. 3; * Multiple connectors should be seaprated by commas.
4; * 4; *
5; * These are the IN connectors the server uses, the in connectors 5; * These are the IN connectors the server uses, the in connectors
6; * read tis config file and load the needed OUT and database connectors 6; * read this config file and load the needed OUT and database connectors
7; * 7; *
8[Startup] 8[Startup]
9ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector" 9ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.Server.Handlers.dll:InventoryServiceInConnector"
10 10
11; * This is common for all services, it's the network setup for the entire 11; * This is common for all services, it's the network setup for the entire
12; * server instance 12; * server instance
@@ -25,3 +25,14 @@ DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
25AssetLoaderArgs = "assets/AssetSets.xml" 25AssetLoaderArgs = "assets/AssetSets.xml"
26StorageProvider = "OpenSim.Data.MySQL.dll" 26StorageProvider = "OpenSim.Data.MySQL.dll"
27ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;" 27ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
28
29; * This configuration loads the inventory server modules. It duplicates
30; * the function of the legacy inventory server
31; *
32[InventoryService]
33LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService"
34UserServerURI = "http://127.0.0.1:8002"
35SessionAuthentication = "false"
36StorageProvider = "OpenSim.Data.MySQL.dll"
37ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
38