clockwerk-opensim-config – Blame information for rev 9

Subversion Repositories:
Rev:
Rev Author Line No. Line
9 vero 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 = "RemoteNeighbourServicesConnector"
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