src/product/ex.hg.conf 1.24

1.24 2010/05/05 16:23:45 hiram
comment out bottleneck setting and add central.cookie information and udcFuse mountPoint
Index: src/product/ex.hg.conf
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/product/ex.hg.conf,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -B -U 4 -r1.23 -r1.24
--- src/product/ex.hg.conf	14 Apr 2010 07:56:06 -0000	1.23
+++ src/product/ex.hg.conf	5 May 2010 16:23:45 -0000	1.24
@@ -116,8 +116,11 @@
 #
 central.user=readwrite
 central.password=update
 central.domain=mylab.university.edu
+# use this cookie setting to keep your installation hguid cookie setting
+#	distinct from UCSC hguid cookie
+# central.cookie=hguid.mylab
 #	personalize the background of the browser with a specified jpg
 #	floret.jpg is the standard UCSC default
 browser.background=../images/floret.jpg
 
@@ -148,15 +151,18 @@
 archivecentral.user=readwrite
 archivecentral.password=update
 
 # Bottleneck info for taming hyperactive web bots
-bottleneck.host=hgwdev
-bottleneck.port=17776
+# bottleneck.host=yourHost
+# bottleneck.port=17776
 
 # directory for temporary bbi file caching, default is /tmp/udcCache
 # see also: README.udc
 # udc.cacheDir=/tmp/udcCache
 
+# Mount point for udcFuse read-only filesystem (must be absolute path!):
+# udcFuse.mountPoint=/data/apache/trash/udcFuse
+
 # 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).