Sha256: 86481955f54e6201670265784da46fe908c7ec4c8d22dc966523e7eef2bb4ad6

Contents?: true

Size: 492 Bytes

Versions: 2

Compression:

Stored size: 492 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,
  }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backlog-0.37.2 config/environments/user_environment.rb
backlog-0.37.1 config/environments/user_environment.rb