aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-11 18:20:41 +0100
committerJustin Clark-Casey (justincc)2009-09-11 18:20:41 +0100
commitf20a052ef50761a08cade9902d0ffdbc643fad30 (patch)
treea48e496d23c5024dfacc774f4943e69cb174c02e /bin/config-include/StandaloneHypergrid.ini
parentRemove bug where iar created folders could not be deleted after relog (diff)
parentmoved AuthorizationRequest and AuthorizationResponse to IAuthorizationService... (diff)
downloadopensim-SC-f20a052ef50761a08cade9902d0ffdbc643fad30.zip
opensim-SC-f20a052ef50761a08cade9902d0ffdbc643fad30.tar.gz
opensim-SC-f20a052ef50761a08cade9902d0ffdbc643fad30.tar.bz2
opensim-SC-f20a052ef50761a08cade9902d0ffdbc643fad30.tar.xz
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 6359ac0..aa122be 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -11,6 +11,7 @@
11 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
12 InventoryServices = "HGInventoryBroker" 12 InventoryServices = "HGInventoryBroker"
13 NeighbourServices = "LocalNeighbourServicesConnector" 13 NeighbourServices = "LocalNeighbourServicesConnector"
14 AuthorizationServices = "LocalAuthorizationServicesConnector"
14 InventoryServiceInConnector = true 15 InventoryServiceInConnector = true
15 AssetServiceInConnector = true 16 AssetServiceInConnector = true
16 HGAuthServiceInConnector = true 17 HGAuthServiceInConnector = true
@@ -31,6 +32,11 @@
31 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 32 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
32 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" 33 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
33 34
35[AuthorizationService]
36 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
37
34[AuthenticationService] 38[AuthenticationService]
35 ; For the HGAuthServiceInConnector 39 ; For the HGAuthServiceInConnector
36 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" \ No newline at end of file 40 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
41
42 \ No newline at end of file