Closed harrymt closed 6 years ago
@tailuge I have added a production check, so the .env
file is only used during development and not in production / heroku
Somehow I'm still bothered by the .env file hanging around :) Is the motivation for this making it easier to run in Windows?
@tailuge fair enough. 😄 The idea behind using a .env
file is based on the 12 Factor App.
The key benefits are:
Downsides:
Removed all dotenv stuff, just tidied up README
Separated environment bariables into file
.env
dotenv
.env
file from an example.env.example
fileTidied up README