84b51ea5d7fd119b456db91df7010e9a60071f17 jcasper Sun Sep 1 01:11:37 2019 -0700 Installing updated hg.conf files from UCSC servers diff --git confs/hgwdev.hg.conf confs/hgwdev.hg.conf index f70ecf4..ef8fd9f 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -321,15 +321,19 @@ sessionDataDir=/data/apache/userdata/sessions sessionDataDirOld=/data/apache/userdata # Name prefix of 31 separate databases (one for each day of month, on same # server as customTrash, using customTracks.* profile) for custom track # database tables that belong to users' saved sessions, analogous to # sessionDataDir setting for saved session files. # The databases must be named as this prefix followed by {01, 02, 03, ... 31}. # For example, if the value is "customData" then the databases are named # customData01, customData02, ... customData31. sessionDataDbPrefix=customData # Allow the URL: /cgi-bin/hubApi to produce a WEB page # otherwise, it redirects to the help page hubApi.allowHtml=on + + +# Allow hgHubConnect to run the hubCheck command +hgHubConnect.validateHub=on