I am trying to set a Heroku config variable that contains the special character $
but I do not know how to properly escape it. I tried encapsulating it in quotes but got the same result.
Example:
heroku config:set EMAIL_PASSWORD=xxxxx$xxxxxxxx
=> EMAIL_PASSWORD: xxxxx
heroku config:set EMAIL_PASSWORD="xxxxx$xxxxxxxx"
=> EMAIL_PASSWORD: xxxxx