diff options
author | onefang | 2019-05-19 21:24:15 +1000 |
---|---|---|
committer | onefang | 2019-05-19 21:24:15 +1000 |
commit | 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb (patch) | |
tree | a9fbc62df9eb2d1d9ba2698d8552eae71eca20d8 /bin/config-include/HyperSimianGrid.ini | |
parent | Add a build script. (diff) | |
download | opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.zip opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.gz opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.bz2 opensim-SC-5e4d6cab00cb29cd088ab7b62ab13aff103b64cb.tar.xz |
Dump OpenSim 0.9.0.1 into it's own branch.
Diffstat (limited to 'bin/config-include/HyperSimianGrid.ini')
-rw-r--r-- | bin/config-include/HyperSimianGrid.ini | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/bin/config-include/HyperSimianGrid.ini b/bin/config-include/HyperSimianGrid.ini new file mode 100644 index 0000000..24f9813 --- /dev/null +++ b/bin/config-include/HyperSimianGrid.ini | |||
@@ -0,0 +1,97 @@ | |||
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 | ; GroupsServerURI = "http://www.mygrid.com/Grid/" | ||
19 | |||
20 | [Includes] | ||
21 | Include-Common = "config-include/GridCommon.ini" | ||
22 | |||
23 | [Modules] | ||
24 | GridServices = "RemoteGridServicesConnector" | ||
25 | PresenceServices = "SimianPresenceServiceConnector" | ||
26 | UserAccountServices = "SimianUserAccountServiceConnector" | ||
27 | AuthenticationServices = "SimianAuthenticationServiceConnector" | ||
28 | AssetServices = "HGAssetBroker" | ||
29 | InventoryServices = "HGInventoryBroker" | ||
30 | AvatarServices = "SimianAvatarServiceConnector" | ||
31 | |||
32 | NeighbourServices = "NeighbourServicesOutConnector" | ||
33 | SimulationServices = "RemoteSimulationConnectorModule" | ||
34 | EntityTransferModule = "HGEntityTransferModule" | ||
35 | InventoryAccessModule = "HGInventoryAccessModule" | ||
36 | |||
37 | LandServiceInConnector = true | ||
38 | NeighbourServiceInConnector = true | ||
39 | SimulationServiceInConnector = true | ||
40 | LibraryModule = false | ||
41 | |||
42 | AssetCaching = "FlotsamAssetCache" | ||
43 | |||
44 | [SimulationDataStore] | ||
45 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | ||
46 | |||
47 | [EstateDataStore] | ||
48 | LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataService" | ||
49 | |||
50 | [Friends] | ||
51 | Connector = "OpenSim.Services.Connectors.dll:SimianFriendsServiceConnector" | ||
52 | |||
53 | [GridService] | ||
54 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
55 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||
56 | NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" | ||
57 | |||
58 | HypergridLinker = true | ||
59 | AllowHypergridMapSearch = true | ||
60 | |||
61 | [LibraryService] | ||
62 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" | ||
63 | LibraryName = "OpenSim Library" | ||
64 | DefaultLibrary = "./inventory/Libraries.xml" | ||
65 | |||
66 | [AssetService] | ||
67 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
68 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:SimianAssetServiceConnector" | ||
69 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" | ||
70 | AssetLoaderArgs = "assets/AssetSets.xml" | ||
71 | |||
72 | [InventoryService] | ||
73 | LocalGridInventoryService = "OpenSim.Services.Connectors.dll:SimianInventoryServiceConnector" | ||
74 | |||
75 | [Groups] | ||
76 | Enabled = true | ||
77 | Module = GroupsModule | ||
78 | DebugEnabled = false | ||
79 | NoticesEnabled = true | ||
80 | MessagingModule = GroupsMessagingModule | ||
81 | MessagingEnabled = true | ||
82 | ServicesConnectorModule = SimianGroupsServicesConnector | ||
83 | |||
84 | [Profiles] | ||
85 | Module = "SimianProfiles" | ||
86 | |||
87 | [HGInventoryAccessModule] | ||
88 | ; | ||
89 | ; === HG ONLY === | ||
90 | ; Change this to your profile server | ||
91 | ; accessible from other grids | ||
92 | ; | ||
93 | ProfileServerURI = "http://mygridserver.com:8002/user" | ||
94 | |||
95 | ;; If you want to protect your assets from being copied by foreign visitors | ||
96 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | ||
97 | ; OutboundPermission = False | ||