Design Specs: Configuration setup and 3rd party software install

From WormBaseWiki
Revision as of 21:07, 27 January 2011 by Xiaoqi (talk | contribs)
Jump to navigationJump to search

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>

wormbase user database configuration

<Model::Schema>
  schema_class = WormBase::Schema
  <connect_info>  
       dsn =  dbi:mysql:wormbase_user:hostname=...
       user = ..
       password = ..
   </connect_info>
</Model::Schema>