Add support for getting settings from ENV

This commit is contained in:
Eric Schultz 2018-07-19 12:53:18 -05:00
parent 3dd63135a8
commit 3ed6b06b21

View file

@ -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