How do I setup environment variables correctly using suspenders?

Hi all!

What exactly is the best way to do this? I’m relatively new to creating apps that I actually want to push to production. I’m trying to set up an app with staging/production heroku environments but I keep running into environment variable issues.

Hello @michaelanhari, you could take a look at here https://github.com/thoughtbot/suspenders/blob/master/templates/dotfiles/.env, it help me to figure out what ENV variables suspenders needs. Hope it help you.