mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2025-12-06 06:34:06 +00:00
overall: formatting check, jsdoc type hints, express res/return stuff utils - changes in logger, dateformatter and removed unneeded ones .env file changes license check, readme update package.json update - version, deps, URLs server cleanup sequelize config check
13 lines
248 B
Bash
13 lines
248 B
Bash
PORT=5000
|
|
TRUST_PROXY = 1
|
|
|
|
AUTOMAILER_SMTP_SERVICE
|
|
AUTOMAILER_SMTP_HOST
|
|
AUTOMAILER_ID = "mailerID@mailserver.domain"
|
|
AUTOMAILER_APP_PASSWD = "mailerpasswd"
|
|
|
|
JWTSECRET="somerandomstring"
|
|
|
|
ADMIN_USER = "ADMIN_USER"
|
|
ADMIN_PASSWD = "SOME_ADMIN_PASSWD"
|