src/product/ex.hg.conf 1.20
1.20 2009/12/11 18:13:16 hiram
Fixup central.domain and central.cookie comments
Index: src/product/ex.hg.conf
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/product/ex.hg.conf,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -B -U 4 -r1.19 -r1.20
--- src/product/ex.hg.conf 18 Nov 2009 17:36:52 -0000 1.19
+++ src/product/ex.hg.conf 11 Dec 2009 18:13:16 -0000 1.20
@@ -96,16 +96,19 @@
central.host=localhost
#
# Be sure this user has UPDATE AND INSERT privs for hgcentral
# The central.domain will allow the browser cookie-cart
-# function to work. Set it to your domain. It can be
-# central.domain=local
-# when the same machine is used for MySQL and the Apache
-# WEB server. Depends upon how your DNS is configured.
+# function to work. Set it to the domain of your Apache
+# WEB server. For example, if your browser URL is:
+# http://mylab.university.edu/cgi-bin/hgTracks?db=hg19
+# set central.domain to: .university.edu
+# The specific central.cookie of hguid.university will keep
+# your browser session settings unique to your institution.
#
central.user=readwrite
central.password=update
-central.domain=.cse.ucsc.edu
+central.domain=.university.edu
+central.cookie=hguid.university
# personalize the background of the browser with a specified jpg
# floret.jpg is the standard UCSC default
browser.background=../images/floret.jpg