src/product/ex.hg.conf 1.18
1.18 2009/11/18 01:10:54 hiram
Brought up to date on the occassion of losing the copy on genome-test
Index: src/product/ex.hg.conf
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/product/ex.hg.conf,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -B -U 4 -r1.17 -r1.18
--- src/product/ex.hg.conf 27 Aug 2009 23:09:51 -0000 1.17
+++ src/product/ex.hg.conf 18 Nov 2009 01:10:54 -0000 1.18
@@ -41,18 +41,26 @@
db.grp=grp
#db.grp=grp_local,grp
#db.grp=grp,remoteDbs:grp
-
-# Change this default documentRoot if different in your installation,
-# to allow some of the browser cgi binaries to find help text files
-browser.documentRoot=/usr/local/apache/htdocs
-
# New browser function as of March 2007, allowing saved genome browser
# sessions into genomewiki
wiki.host=genomewiki.ucsc.edu
wiki.userNameCookie=wikidb_mw1_UserName
wiki.loggedInCookie=wikidb_mw1_UserID
+wiki.sessionCookie=wikidb_mw1__session
+
+# wikiTrack function turned on 2009
+# 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
# New browser function as of April 2007, custom track data is kept
# in a database instead of in trash files. This function requires
# several other factors to be in place before it will work.
@@ -76,8 +84,11 @@
# 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 additional fonts available, not all are perfect
+# Uncomment this to see extra font selections in the configure page
+# fonts.extra=yes
# central.host is the name of the host of the central MySQL
# database where stuff common to all versions of the genome
# and the user database is stored.
@@ -96,10 +107,19 @@
central.domain=.cse.ucsc.edu
# personalize the background of the browser with a specified jpg
# floret.jpg is the standard UCSC default
browser.background=../images/floret.jpg
+
+# Change this default documentRoot if different in your installation,
+# to allow some of the browser cgi binaries to find help text files
+browser.documentRoot=/usr/local/apache/htdocs
# personalize the background of CGIs that don't use images
#browser.bgcolor=FFF9D2
+
+# optional location of grepIndex files
+grepIndex.genbank=/data/tmp/grepIndex
+grepIndex.default=/gbdb
+
# new option for track reording functions, August 2006
hgTracks.trackReordering=on
# in case of failure of the above central.host machine,
# the following settings will be used to access a secondary
@@ -115,8 +135,15 @@
archivecentral.host=localhost
archivecentral.user=readwrite
archivecentral.password=update
+# Bottleneck info for taming hyperactive web bots
+bottleneck.host=hgwdev
+bottleneck.port=17776
+
+# directory for temporary bbi file caching
+udc.cacheDir=../trash/udcCache
+
# An include directive can be used to read text from other files. this is
# especially useful when there are multiple browsers hidden behind virtual
# hosts. The path to the include file is either absolute or relative to
# the including file (*not* relative to the current direct directory).
@@ -138,4 +165,17 @@
# install, which is available on for unix and linux systems. If
# signalsHandler is enabled, the stack will also be printed when a signal
# indicating an error occurs.
# browser.dumpStack=on
+# log signals
+# signalsHandler=on
+
+# turn on google analytics by setting this key. This is the identifier
+# specified by your analytics account
+# set key for analytics account, used in the getTracker(key) function
+# analyticsKey=<your analytics key>
+
+# Customize your downloads.server machine name here
+# downloads.server=<your download server machine>
+
+# enable user specific javascript
+# browser.javaScriptDir=js/<your logname>