aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-03-12 20:06:40 +0000
committerJustin Clark-Casey (justincc)2010-03-12 20:06:40 +0000
commit7d738156faf923f2b23aa9bd3ecb6e2cd4d9d54f (patch)
tree909a3bf1baeb83a34154b28aaa46fcfc855462bc /bin
parentFix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 (diff)
parentFixed SimianGrid.ini to use GridCommon.ini(.example) (diff)
downloadopensim-SC_OLD-7d738156faf923f2b23aa9bd3ecb6e2cd4d9d54f.zip
opensim-SC_OLD-7d738156faf923f2b23aa9bd3ecb6e2cd4d9d54f.tar.gz
opensim-SC_OLD-7d738156faf923f2b23aa9bd3ecb6e2cd4d9d54f.tar.bz2
opensim-SC_OLD-7d738156faf923f2b23aa9bd3ecb6e2cd4d9d54f.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example1
-rw-r--r--bin/config-include/SimianGrid.ini57
2 files changed, 58 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 74100f5..23c3241 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -1248,6 +1248,7 @@
1248 ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini" 1248 ;Include-HGStandalone = "config-include/StandaloneHypergrid.ini"
1249 ;Include-Grid = "config-include/Grid.ini" 1249 ;Include-Grid = "config-include/Grid.ini"
1250 ;Include-HGGrid = "config-include/GridHypergrid.ini" 1250 ;Include-HGGrid = "config-include/GridHypergrid.ini"
1251 ;Include-SimianGrid = "config-include/SimianGrid.ini"
1251 1252
1252 ; Then choose 1253 ; Then choose
1253 ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR 1254 ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR
diff --git a/bin/config-include/SimianGrid.ini b/bin/config-include/SimianGrid.ini
new file mode 100644
index 0000000..58dcae9
--- /dev/null
+++ b/bin/config-include/SimianGrid.ini
@@ -0,0 +1,57 @@
1;;
2;; Please don't change this file.
3;; All optional settings are in GridCommon.ini.example,
4;; which you can copy and change.
5;;
6
7;;
8;; In GridCommon.ini, these are the URLs you would use if SimianGrid is
9;; installed at http://www.mygrid.com/Grid/
10;;
11; AssetServerURI = "http://www.mygrid.com/Grid/?id="
12; InventoryServerURI = "http://www.mygrid.com/Grid/"
13; AvatarServerURI = "http://www.mygrid.com/Grid/"
14; PresenceServerURI = "http://www.mygrid.com/Grid/"
15; UserAccountServerURI = "http://www.mygrid.com/Grid/"
16; AuthenticationServerURI = "http://www.mygrid.com/Grid/"
17; FriendsServerURI = "http://www.mygrid.com/Grid/"
18
19[Includes]
20 Include-Common = "config-include/GridCommon.ini"
21
22[Modules]
23 GridServices = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector"
24 PresenceServices = "OpenSim.Services.Connectors.dll:SimianPresenceServiceConnector"
25 UserAccountServices = "OpenSim.Services.Connectors.dll:SimianGridUserAccountServiceConnector"
26 AuthenticationServices = "OpenSim.Services.Connectors.dll:SimianAuthenticationServiceConnector"
27 AssetServices = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector"
28 InventoryServices = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector"
29 AvatarServices = "OpenSim.Services.Connectors.dll:SimianAvatarServiceConnector"
30
31 NeighbourServices = "RemoteNeighbourServicesConnector"
32 SimulationServices = "RemoteSimulationConnectorModule"
33 EntityTransferModule = "BasicEntityTransferModule"
34 InventoryAccessModule = "BasicInventoryAccessModule"
35
36 LandServiceInConnector = true
37 NeighbourServiceInConnector = true
38 SimulationServiceInConnector = true
39 LibraryModule = false
40
41 AssetCaching = "FlotsamAssetCache"
42
43[Friends]
44 Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector"
45
46[GridService]
47 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
48 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
49
50[LibraryService]
51 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
52 LibraryName = "OpenSim Library"
53 DefaultLibrary = "./inventory/Libraries.xml"
54
55[AssetService]
56 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
57 AssetLoaderArgs = "assets/AssetSets.xml"