57648324d99c16a42279e5694d5285eae7998dca
steve
  Thu Sep 18 12:59:36 2014 -0700
Made one more correction to synchronize hg.conf files; refs #8383
diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index 65c5631..d286bad 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -184,30 +184,31 @@
 #   hgta.disableAllTables=yes
 
 # If this option is enabled, the browser CGIs will attempt to generate a an
 # stack traceback on error and dump it to stderr (which is normally captured
 # in the web server error log).  This requires the pstack package to be
 # install, which is available on for unix and linux systems.  If
 # signalsHandler is enabled, the stack will also be printed when a signal
 # indicating an error occurs.
 browser.dumpStack=on
 # log signals
 signalsHandler=on
 
 #  turn on google analytics by setting this key.  This is the identifier
 #	specified by your analytics account
 #  set key for analytics account, used in the getTracker(key) function
+# -3 for hgwdev, -4 for hgw0, -5 for gBib, -6 for RR
 analyticsKey=UA-4289047-3
 
 # These settings enable geographic allele frequency images on the 
 # details pages for the HGDP Allele Frequency (hgdpGeo) track.
 # (HGDP = Human Genome Diversity Project)
 # Programs required for per-SNP geographic maps of HGDP population
 # allele frequencies:
 hgc.psxyPath=/hive/data/outside/GMT4.3.1/bin/psxy
 hgc.ps2rasterPath=/hive/data/outside/GMT4.3.1/bin/ps2raster
 hgc.ghostscriptPath=/usr/bin/ghostscript
 
 # Customize your downloads.server machine name here
 downloads.server=hgdownload-test.cse.ucsc.edu
 
 # Temporary flag to help disable new custom track validator if needed