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/hgwdev.hg.conf confs/hgwdev.hg.conf index 8eece49..985ba8e 100644 --- confs/hgwdev.hg.conf +++ confs/hgwdev.hg.conf @@ -71,61 +71,73 @@ #db.grp=grp_local,grp #db.grp=grp,remoteDbs:grp # New browser function as of March 2007, allowing saved genome browser # sessions into genomewiki # New browser function as of May 2012, using stand alone hgLogin CGI # login system to replace authentication service provided by # genomewiki. # To enable the hgLogin function, set the login.systemName and # wiki.host # as below. Note, do not set the values of the two cookies to other # value. login.systemName=hgLogin CGI -login.browserName=hgwdev Genome Browser +login.browserName=genome-test Genome Browser login.browserAddr=http://genome.ucsc.edu login.mailSignature=UCSC Genome Browser Administrator login.mailReturnAddr=genome-www@soe.ucsc.edu +#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 + #wiki.host=genome.ucsc.edu wiki.host=hgwdev.cse.ucsc.edu #wiki.host=genomewiki.cse.ucsc.edu wiki.userNameCookie=wikidb_mw1_UserName wiki.loggedInCookie=wikidb_mw1_UserID wiki.sessionCookie=wikidb_mw1__session # 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 to return to from wiki created pages wikiTrack.browser=genome.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 # self destruct option June 2011. To avoid problem of lost long running # CGI processes. Default CGI expiration time is 20 minutes, # enable cgiExpireMinutes to change that default. # A time of 0 indicates no expiration time. positive integer only browser.cgiExpireMinutes=5 +# default for cgiTime printout to Apache error_log is "yes" +# uncomment this cgiTime=no option to turn off the printouts to error_log +# browser.cgiTime=no + # New browser function as of March 2007. Future browser code will # have this on by default, and can be turned off with =off # Initial release of this function requires it to be turned on here. browser.indelOptions=on # # There are additional fonts available, not all are perfect. # Uncomment this to see extra font selections in the configure page # fonts.extra=yes # Turn this back on after people look at genome-test # browser.style=../style/genome-test.css # add config option to let users personalize background and style # of the browser. Setting is saved in the cart and can be set from # the configure page. @@ -250,20 +262,28 @@ # remote/local server pair is to use the default profile for the remote server # with the majority of tracks, and use a non-default profile for local tracks # and trackDb tables. A common configuration would be: #db.host=oursharedhost #db.user=readonly #db.password=access # #myStuff.host=localhost #myStuff.user=readonly #myStuff.password=access # #db.trackDb=myStuff:trackDb,trackDb #db.grp=myStuffgrp,grp # + # set browser.javaScriptDir for per-developer javascript in trees that do NOT have their own DocumentRoot # browser.javaScriptDir=js/<your userid here> #tell hdb.c code that this is our development server test.dev=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 +