[ENV] Add lograge config
This commit is contained in:
parent
d2094fbbd1
commit
3e23ba5a4f
3 changed files with 4 additions and 0 deletions
|
@ -105,4 +105,6 @@ Rails.application.configure do
|
|||
protocol: :https,
|
||||
host: ENV['APP_HOST']
|
||||
}
|
||||
|
||||
config.lograge.enabled = ENV['LOGRAGE_ENABLED'] == 'enabled'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue