UNPKG

chetajs

Version:

Chetajs is a NodeJS cli generator for scaffolding ExpressJs applications

13 lines (10 loc) 293 B
APP_NAME=ChetaJs PORT=3000 BCRYPT_SALT=10 JWT_SECRET=MY_JWT_SECRET DB_URI=[mongodb://localhost/newAppDB] / [postgres://user:passwoed@localhost:5432/newAppDB] MAIL_FROM=johndoe@domain.com MAIL_HOST=smtp.mailtrap.io MAIL_USER=xxxxxxxxxxxx MAIL_PASSWORD=xxxxxxxxxxxx MAIL_PORT=2525