combine / universal-react-redux

🧐 A sensible universal starter kit for React + Redux
110 stars 18 forks source link

Environment Variables for heroku #54

Closed vianhanif closed 6 years ago

vianhanif commented 6 years ago

I tried following the readme on how to deploy the app to heroku, but it seems I still lacks understanding how should I setup the environment variables to heroku. is there any open example on what variables should I set on it ? what are the differences with the one in .env.example values ?

Thanks