DEV Community

Discussion on: How to edit files in a Heroku dyno and persist it

 
askrishnapravin profile image
Krishna Pravin

Use the Heroku config vars option for environment-specific values.

devcenter.heroku.com/articles/conf...

Thread Thread
 
canbax profile image
yusuf

I think I can't. I'm reading value inside JS code, it should be a file

Thread Thread
 
sayhicoelho profile image
Renan Coelho

Did you find the solution?