Sha256: 410bfb15f18272afbf3433c6808b550894c1cfc880b885e345998eae12e52d81
Contents?: true
Size: 498 Bytes
Versions: 62
Compression:
Stored size: 498 Bytes
Contents
module UserSystem CONFIG = { # Source address for user emails :email_from => 'backlog@backlog.rubyforge.org', # Destination email for system errors :admin_email => 'backlog@backlog.rubyforge.org', # Sent in emails to users :app_url => 'http://backlog.rubyforge.org/', # Sent in emails to users :app_name => 'Backlog', # Email charset :mail_charset => 'utf-8', # Security token lifetime in hours :security_token_life_hours => 24 * 365, } end
Version data entries
62 entries across 62 versions & 1 rubygems