[Fixed]-Dynamic files across Heroku dynos

1👍

Use config vars – these get set into the environment on each dyno. Updating the key restarts the app. https://devcenter.heroku.com/articles/config-vars

Leave a comment