6f2e486dbad06de2f72be087621b5379b7eb185b braney Thu Jun 20 15:54:23 2013 -0700 add the hg.conf for hgwbeta-public, update the hgwbeta and hgwdev versions to the currently in use versions diff --git confs/hgwbeta.hg.conf confs/hgwbeta.hg.conf index a90dcff..95bbd14 100644 --- confs/hgwbeta.hg.conf +++ confs/hgwbeta.hg.conf @@ -63,30 +63,38 @@ # wikiTrack function turned on 2009, set read-only June 2012 wikiTrack.readOnly=yes # URL is the wiki location for the article pages wikiTrack.URL=http://genomewiki.ucsc.edu # browser is the site to create links to for new wiki articles wikiTrack.browser=hgwbeta.cse.ucsc.edu # List of wiki user names that have super user edit privileges # to wiki track items. Currently this is only a delete item privilege. wikiTrack.editors=Hiram # List of databases to enable the wikiTrack function wikiTrack.dbList=hg18,mm9,hg19 # session cookie is used during wiki page edits wiki.sessionCookie=wikidb_mw1__session +#Parameters for suggestion form +suggest.mailToAddr=ucscgb@soe.ucsc.edu +suggest.mailFromAddr=suggestion@genecats.org +suggest.filterKeyword=GENECATS +suggest.mailSignature=UCSC Genome Browser Staff +suggest.mailReturnAddr=genome-www@soe.ucsc.edu +suggest.browserName=UCSC Genome Browser + # Comment out to turn off survey link in hgTracks and hgGateway # survey=on # Change to survey=off (or remove survey setting) to retire the survey. # survey=https://www.surveymonkey.com/s/5YYTRWQ # surveyLabel=2011 ENCODE Usability Survey # log signals signalsHandler=on # log stack dumps browser.dumpStack=on # node id # browser.node=2 @@ -99,15 +107,21 @@ udc.cacheDir=../trash/udcCache #makes browser timeout after only 1min (instead of 20min) #browser.cgiExpireMinutes=1 # 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 # Temporary flag to help disable new custom track validator if needed # If you turn the flag off, it reverts to the old validator newCustomTrackValidate=on + +# No Sql Injection settings +# values for level are ignore, logOnly, warn, abort +noSqlInj.level=warn +# values for dumpStack are on, off +noSqlInj.dumpStack=on