diff options
author | Diva Canto | 2011-06-03 10:29:59 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-03 10:29:59 -0700 |
commit | 7772640ae8041555c1f1098ed036c1c42944a108 (patch) | |
tree | 8ad2d4aa6713dcae6b2d9b3b1bc0deac86fcd377 /bin/config-include | |
parent | HG Landmarks now working. (diff) | |
download | opensim-SC_OLD-7772640ae8041555c1f1098ed036c1c42944a108.zip opensim-SC_OLD-7772640ae8041555c1f1098ed036c1c42944a108.tar.gz opensim-SC_OLD-7772640ae8041555c1f1098ed036c1c42944a108.tar.bz2 opensim-SC_OLD-7772640ae8041555c1f1098ed036c1c42944a108.tar.xz |
.ini.example's updated for HG Landmarks
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 1 |
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. |