0c201aeee868c8449908abfd67a6d24812a1ea08
hiram
  Mon Mar 7 11:29:36 2022 -0800
turn on mouseOverEnabled on by default can still be turned off refs #21980

diff --git src/product/ex.hg.conf src/product/ex.hg.conf
index 4430690..3b3e747 100644
--- src/product/ex.hg.conf
+++ src/product/ex.hg.conf
@@ -636,15 +636,20 @@
 # userDbTableName=userDb
 
 # put error lines from warnings about bigBeds in the apache error_log
 # bigWarn=on
 #
 
 # specify the root directory for a CGI to use instead of the directory the script lives in
 # browser.cgiRoot=/usr/local/apache/cgi-bin
 
 # Limit the number of bytes that the custom track loader for MAF or VCF track will read in
 # customTracks.maxBytes=52428800
 
 # Allows hgHubConnect to run hubCheck and present a tree of errors or the overall hub
 # layout. Requires the hubCheck program to be present in the loader directory
 # hgHubConnect.validateHub=on
+
+### mouseOverEnabled turns on display of data values in mouse over of a wiggle
+### track.  It is on by default.  Can be turned off with this off setting:
+# mouseOverEnabled=off
+