e25b1163ff40d3eacbd7115f0074353a841f9b18 chmalee Mon Mar 7 12:58:51 2022 -0800 hub developer mode was already on by default but was not controlled via hg.conf. Leave it on by default but allow it to be turned off via hg.conf, and clarify that in the documentation, refs #28831 diff --git src/product/ex.hg.conf src/product/ex.hg.conf index 9c4993b..6d11880 100644 --- src/product/ex.hg.conf +++ src/product/ex.hg.conf @@ -634,33 +634,31 @@ # # use a table other than userDb to describe the user database # userDbTableName=userDb # put error lines from warnings about bigBeds in the apache error_log # bigWarn=on # # specify the root directory for a CGI to use instead of the directory the script lives in # browser.cgiRoot=/usr/local/apache/cgi-bin # Limit the number of bytes that the custom track loader for MAF or VCF track will read in # customTracks.maxBytes=52428800 # Allows hgHubConnect to run hubCheck and present a tree of errors or the overall hub -# layout. Requires the hubCheck program to be present in the loader directory -# hgHubConnect.validateHub=on +# layout. Requires the hubCheck program to be present in the loader directory. +# On by default but can be turned off with this setting +# hgHubConnect.validateHub=off ### mouseOverEnabled turns on display of data values in mouse over of a wiggle ### track. It is on by default. Can be turned off with this off setting: # mouseOverEnabled=off # Move the multi region button in hgTracks from below the browser image to beside the position box # multiRegionButtonTop=on/off # # Turn on the cart rewrite feature # cartVersion=on/off # # Provides support for svgBarCharts in hgc. Needed for certain bar chart hgc images to display # svgBarChart=on/off -# -# Enables hubCheck on the Hub Development tab of hgHubConnect -# hgHubConnect.validateHub=on/off