[ENV] Add lograge config

This commit is contained in:
Paul Chavard 2018-08-22 18:10:26 +02:00
parent d2094fbbd1
commit 3e23ba5a4f
3 changed files with 4 additions and 0 deletions

View file

@ -105,4 +105,6 @@ Rails.application.configure do
protocol: :https,
host: ENV['APP_HOST']
}
config.lograge.enabled = ENV['LOGRAGE_ENABLED'] == 'enabled'
end