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.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 52e30e2..35e7da2 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -3,7 +3,10 @@
3;; All optional settings are in StandaloneCommon.ini.example, 3;; All optional settings are in StandaloneCommon.ini.example,
4;; which you can copy and change. 4;; which you can copy and change.
5;; 5;;
6 6
7[Startup]
8 WorldMapModule = "HGWorldMap"
9
7[Modules] 10[Modules]
8 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
9 InventoryServices = "HGInventoryBroker" 12 InventoryServices = "HGInventoryBroker"
@@ -111,6 +114,8 @@
111 ;; for the service 114 ;; for the service
112 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 115 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
113 GridService = "OpenSim.Services.GridService.dll:GridService" 116 GridService = "OpenSim.Services.GridService.dll:GridService"
117 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
118
114 119
115;; The interface that local users get when they are in other grids 120;; The interface that local users get when they are in other grids
116;; This greatly restricts the inventory operations while in other grids 121;; This greatly restricts the inventory operations while in other grids