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.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 909286c..c3ed754 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -16,6 +16,8 @@
16 NeighbourServices = "RemoteNeighbourServicesConnector" 16 NeighbourServices = "RemoteNeighbourServicesConnector"
17 AuthorizationServices = "LocalAuthorizationServicesConnector" 17 AuthorizationServices = "LocalAuthorizationServicesConnector"
18 GridServices = "HGGridServicesConnector" 18 GridServices = "HGGridServicesConnector"
19 PresenceServices = "LocalPresenceServicesConnector"
20 UserAccountServices = "LocalUserAccountServicesConnector"
19 InventoryServiceInConnector = true 21 InventoryServiceInConnector = true
20 AssetServiceInConnector = true 22 AssetServiceInConnector = true
21 HGAuthServiceInConnector = true 23 HGAuthServiceInConnector = true
@@ -52,3 +54,9 @@
52 ; LocalGridServicesConnector needs this 54 ; LocalGridServicesConnector needs this
53 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 55 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
54 Realm = "regions" 56 Realm = "regions"
57
58[PresenceService]
59 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
60
61[UserAccountService]
62 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"