mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:19:52 +01:00
5 lines
239 B
Ruby
5 lines
239 B
Ruby
# Auxiliary config
|
|
APP_CONFIG = YAML.load_file(Rails.root.join('config', 'justask.yml')).with_indifferent_access
|
|
|
|
# Update rails config for mail
|
|
Rails.application.config.action_mailer.default_url_options = { host: APP_CONFIG['hostname'] }
|