aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini31
1 files changed, 29 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 909286c..5e54cde 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -14,14 +14,19 @@
14 AssetServices = "HGAssetBroker" 14 AssetServices = "HGAssetBroker"
15 InventoryServices = "HGInventoryBroker" 15 InventoryServices = "HGInventoryBroker"
16 NeighbourServices = "RemoteNeighbourServicesConnector" 16 NeighbourServices = "RemoteNeighbourServicesConnector"
17 AuthenticationServices = "LocalAuthenticationServicesConnector"
17 AuthorizationServices = "LocalAuthorizationServicesConnector" 18 AuthorizationServices = "LocalAuthorizationServicesConnector"
18 GridServices = "HGGridServicesConnector" 19 GridServices = "HGGridServicesConnector"
20 PresenceServices = "LocalPresenceServicesConnector"
21 UserAccountServices = "LocalUserAccountServicesConnector"
22 SimulationServices = "RemoteSimulationConnectorModule"
19 InventoryServiceInConnector = true 23 InventoryServiceInConnector = true
20 AssetServiceInConnector = true 24 AssetServiceInConnector = true
21 HGAuthServiceInConnector = true 25 HGAuthServiceInConnector = true
22 HypergridServiceInConnector = true 26 HypergridServiceInConnector = true
23 NeighbourServiceInConnector = true 27 NeighbourServiceInConnector = true
24 LibraryModule = true 28 LibraryModule = true
29 LLLoginServiceInConnector = true
25 30
26[AssetService] 31[AssetService]
27 ; For the AssetServiceInConnector 32 ; For the AssetServiceInConnector
@@ -39,12 +44,16 @@
39 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 44 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
40 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" 45 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
41 46
47[LibraryService]
48 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
49 LibraryName = "OpenSim Library"
50 DefaultLibrary = "./inventory/Libraries.xml"
51
42[AuthorizationService] 52[AuthorizationService]
43 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" 53 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
44 54
45[AuthenticationService] 55[AuthenticationService]
46 ; For the HGAuthServiceInConnector 56 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
47 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
48 57
49[GridService] 58[GridService]
50 ; for the HGGridServicesConnector to instantiate 59 ; for the HGGridServicesConnector to instantiate
@@ -52,3 +61,21 @@
52 ; LocalGridServicesConnector needs this 61 ; LocalGridServicesConnector needs this
53 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 62 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
54 Realm = "regions" 63 Realm = "regions"
64
65[PresenceService]
66 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
67
68[UserAccountService]
69 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
70
71[LoginService]
72 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
73 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
74 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
75 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
76 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
77 GridService = "OpenSim.Services.GridService.dll:GridService"
78
79 DefaultRegion = "OpenSim Test"
80 WelcomeMessage = "Welcome, Avatar!"
81