aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2012-04-07 14:38:32 -0700
committerDiva Canto2012-04-07 14:38:32 -0700
commit7c534e558ddedc66be21efa72bfa9aa7087e6f8c (patch)
tree25591d0aa1c74adeb484372465a783bff9f5cb53 /bin/config-include
parentBetter Suitcase Inventory Service. (diff)
downloadopensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.zip
opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.tar.gz
opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.tar.bz2
opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.tar.xz
Added gatekeeper and uas addresses to grid info, so that viewers can take advantage of that info.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 8d9842c..4f4f400 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -231,6 +231,14 @@
231 ; currently unused 231 ; currently unused
232 ;password = http://127.0.0.1/password 232 ;password = http://127.0.0.1/password
233 233
234 ; HG address of the gatekeeper, if you have one
235 ; this is the entry point for all the regions of the world
236 ; gatekeeper = http://127.0.0.1:9000/
237
238 ; HG user domain, if you have one
239 ; this is the entry point for all user-related HG services
240 ; uas = http://127.0.0.1:9000/
241
234[MapImageService] 242[MapImageService]
235 ; Set this if you want to change the default 243 ; Set this if you want to change the default
236 ; TilesStoragePath = "maptiles" 244 ; TilesStoragePath = "maptiles"