fc3a8ce57297d0b2bbff8f7acbb3cc90dfe601eb
angie
  Mon Apr 20 23:41:28 2020 -0700
Changing udc.localDir from /gbdb/hubs (which doesn't exist) to just /gbdb so I can install some files in /gbdb but make them custom tracks for now.  refs #25188

diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf
index 5d3c296..cfdcce3 100644
--- confs/hgwdev.hg.conf
+++ confs/hgwdev.hg.conf
@@ -154,31 +154,31 @@
 
 # optional location of grepIndex files
 # braney commented out the following like on 8/29/2012 for testing purposes
 grepIndex.genbank=/data/tmp/grepIndex
 grepIndex.default=/gbdb
 
 #  new option for track reording functions, August 2006
 hgTracks.trackReordering=on
 
 # directory for temporary bbi file caching, default is /tmp/udcCache
 # see also: README.udc
 udc.cacheDir=../trash/udcCache
 
 # Mount point for udcFuse read-only filesystem (must be absolute path!):
 #udcFuse.mountPoint=/data/apache/trash/udcFuse
-udc.localDir=/gbdb/hubs
+udc.localDir=/gbdb
 
 # Parallel fetching of remote network resources using bigDataUrl such as trackHubs and customTracks
 # how many threads to use (set to 0 to disable)
 parallelFetch.threads=100
 # how long to wait in seconds for parallel fetch to finish
 parallelFetch.timeout=90
 
 # Directory where a static cache of public hub files exists to
 # support hub search.
 hgHubConnect.cacheDir=../trash/hgHubConnect/hubCrawl
 
 # An include directive can be used to read text from other files.  this is
 # especially useful when there are multiple browsers hidden behind virtual
 # hosts.  The path to the include file is either absolute or relative to
 # the including file (*not* relative to the current direct directory).