aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/GridCommon.ini.example3
-rw-r--r--bin/config-include/StandaloneCommon.ini.example1
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index c5c26ec..e2e6459 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -100,10 +100,11 @@
100[HGInventoryAccessModule] 100[HGInventoryAccessModule]
101 ; 101 ;
102 ; === HG ONLY === 102 ; === HG ONLY ===
103 ; Change this to your profile server 103 ; Change this to your server
104 ; accessible from other grids 104 ; accessible from other grids
105 ; 105 ;
106 ProfileServerURI = "http://mygridserver.com:8002/user" 106 ProfileServerURI = "http://mygridserver.com:8002/user"
107 Gatekeeper = "http://mygridserver.com:8002"
107 ;; If you want to protect your assets from being copied by foreign visitors 108 ;; If you want to protect your assets from being copied by foreign visitors
108 ;; uncomment the next line. You may want to do this on sims that have licensed content. 109 ;; uncomment the next line. You may want to do this on sims that have licensed content.
109 ; OutboundPermission = False 110 ; OutboundPermission = False
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 57380ee..cda3ff8 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -36,6 +36,7 @@
36 36
37[HGInventoryAccessModule] 37[HGInventoryAccessModule]
38 ProfileServerURI = "http://127.0.0.1:9000/profiles" 38 ProfileServerURI = "http://127.0.0.1:9000/profiles"
39 Gatekeeper = "http://127.0.0.1:9000"
39 40
40 ;; If you want to protect your assets from being copied by foreign visitors 41 ;; If you want to protect your assets from being copied by foreign visitors
41 ;; uncomment the next line. You may want to do this on sims that have licensed content. 42 ;; uncomment the next line. You may want to do this on sims that have licensed content.