.env Generator

Generate .env.example files with framework-specific presets

7
PORTnumber
NODE_ENVstring
DATABASE_URLstring
API_KEYstring
SECRET_KEYstring
LOG_LEVELstring
CORS_ORIGINstring
.env.example
1PORT=3000
2NODE_ENV=development
3DATABASE_URL=postgres://user:pass@localhost:5432/dbname
4API_KEY=(empty)
5SECRET_KEY=(empty)
6LOG_LEVEL=debug
7CORS_ORIGIN=http://localhost:3000