laserlemon / figaro

Simple Rails app configuration
MIT License
3.77k stars 287 forks source link

figaro heroku:set -e production does not work #249

Closed waritsan closed 7 years ago

waritsan commented 7 years ago
figaro heroku:set -e production
 ▸    Usage: heroku config:set KEY1=VALUE1 [KEY2=VALUE2 ...]
 ▸    Must specify KEY and VALUE to set.

Here's my simple application.yml:

production:
  FACEBOOK_KEY: "VALUE"
  FACEBOOK_SECRET: "VALUE"
laserlemon commented 7 years ago

Make sure Spring isn't running. Also, what version of Ruby, Rails, Figaro are you using?

waritsan commented 7 years ago

Thank you. It works when Spring is not running.

mateforlife commented 5 years ago

what is Spring?