4c58030b95ea4e15ed5361b6f54f7304bf2c4a3b braney Thu Feb 13 17:23:42 2020 -0800 add some more undocumented hg.conf variables diff --git src/product/ex.hg.conf src/product/ex.hg.conf index b59bf99..dc5b0ef 100644 --- src/product/ex.hg.conf +++ src/product/ex.hg.conf @@ -596,15 +596,25 @@ # use a table other than clade to hold the mappings from clades to their labels # cladeTableName=clade # # use a table other than genomeClade to hold the mappings from genome to clade # genomeCladeTableName=genomeClade # # use a table other than defaultDb to hold the default assembly for a genome # defaultDbTableName=defaultDb # # use a table other than dbDb to describe attributes of installed assemblies # dbDbTableName=dbDb # # 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