Josh Harris
Results
2
comments of
Josh Harris
Similar issue here: - config 4.0.0 - ruby 2.5.8 - rails 5.1.7 Contents of `config/initializers/config.rb` ```ruby # set up config to look for ENV[key] instead of Settings.key Config.setup do |config|...
After review I believe this is expected behavior as the gem is just trying to read from `ENV` namespace if things are loaded into `ENV` by Heroku or AWS or...