Difference between revisions of "Design Specs: Configuration setup and 3rd party software install"

From WormBaseWiki
Jump to navigationJump to search
Line 4: Line 4:
 
  timer = 1  
 
  timer = 1  
  
when people submit/update issues, email alters will be sent out from this email address
+
when people submit/update issues, email alters will be sent out from this address
 
  issue_email = oicr@wormbase.org  
 
  issue_email = oicr@wormbase.org  
 
   
 
   

Revision as of 20:41, 27 January 2011

in wormbase.conf

turn the timing&caching information on

timer = 1 

when people submit/update issues, email alters will be sent out from this address

issue_email = oicr@wormbase.org 

email account when people register at WormBase

register_email = oicr@wormbase.org

email account for error reporting!

 <Plugin::ErrorCatcher::Email>
   to      oicr@wormbase.org   
   from    oicr@wormbase.org 
   use_tags 1
 #  subject Error Report from: %h; %F, line %l
 </Plugin::ErrorCatcher::Email>