quotes in .env & config:push
LeonB opened this issue · 4 comments
LeonB commented
I set up my .env file like this:
FACEBOOK_KEY="XXXXX"
FACEBOOK_SECRET="XXXXXX"
EMBEDLY_USER_AGENT="XXXXX"
EMBEDLY_KEY="XXXXX"
foreman works great with this locally. So I decided to do a heroku config:push
,
When I do that, heroku config creates variables on heroku with a value of "XXX"
instead of XXX
.
It would be nice if config:push
only uses the value between "
's.
xinbenlv commented
Co-ask
alxjrvs commented
Still noticing this.
cyrusdavid commented
Issue still exists.
ddollar commented
I am no longer using this tool much but I would happily accept a pull request for this change.