We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29ae49 commit ae2a0b4Copy full SHA for ae2a0b4
config/environments/production.rb
@@ -6,7 +6,6 @@
6
config.force_ssl = true
7
config.action_controller.asset_host = ENV['CDN_ASSET_HOST']
8
config.action_mailer.asset_host = ENV['CDN_ASSET_HOST']
9
- #config.font_assets.origin = ENV['FONT_ASSETS_ORIGIN']
10
config.action_mailer.delivery_method = :smtp
11
config.action_mailer.perform_deliveries = true
12
config.action_mailer.raise_delivery_errors = true
@@ -18,6 +17,5 @@
18
17
config.assets.digest = true
19
config.static_cache_control = 'public, max-age=31536000'
20
config.host = ENV['HOST_DOMAIN']
21
- config.logger = Logger.new(STDOUT)
22
config.logger.level = Logger.const_get(ENV['LOG_LEVEL'] ? ENV['LOG_LEVEL'].upcase : 'INFO')
23
end
0 commit comments