mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 11:59:08 +01:00
2 lines
164 B
Ruby
2 lines
164 B
Ruby
APP_CONFIG = YAML.load_file(Rails.root.join('config', 'justask.yml'))
|
|
Rails.application.config.action_mailer.default_url_options = { host: APP_CONFIG['hostname'] }
|