Add support for getting settings from ENV
This commit is contained in:
parent
3dd63135a8
commit
3ed6b06b21
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Config.setup do |config|
|
||||
# Name of the constant exposing loaded settings
|
||||
config.const_name = 'Settings'
|
||||
|
||||
config.use_env = true
|
||||
# Ability to remove elements of the array set in earlier loaded settings file. For example value: '--'.
|
||||
#
|
||||
# config.knockout_prefix = nil
|
||||
|
|
Loading…
Reference in a new issue