aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authoropensim mirror account2010-11-29 10:10:08 -0800
committeropensim mirror account2010-11-29 10:10:08 -0800
commit4b4337d02463671700d761f12b809c9543e14a88 (patch)
treebed4cf2014aeea194086d940e8c86ac998bc692a /bin/config-include/StandaloneHypergrid.ini
parentMerge branch 'master' of /var/git/opensim/ (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-4b4337d02463671700d761f12b809c9543e14a88.zip
opensim-SC_OLD-4b4337d02463671700d761f12b809c9543e14a88.tar.gz
opensim-SC_OLD-4b4337d02463671700d761f12b809c9543e14a88.tar.bz2
opensim-SC_OLD-4b4337d02463671700d761f12b809c9543e14a88.tar.xz
Merge branch 'master' of /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 f164d33..68aa739 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -128,8 +128,14 @@
128;; This greatly restricts the inventory operations while in other grids 128;; This greatly restricts the inventory operations while in other grids
129[HGInventoryService] 129[HGInventoryService]
130 ; For the InventoryServiceInConnector 130 ; For the InventoryServiceInConnector
131 LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" 131 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
132 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
132 133
134;; The interface that local users get when they are in other grids
135;; This restricts/filters the asset operations from the outside
136[HGAssetService]
137 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
138 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
133 139
134;; This should always be the very last thing on this file 140;; This should always be the very last thing on this file
135[Includes] 141[Includes]