mirror of
https://github.com/20kaushik02/express-sequelize-backend-template.git
synced 2025-12-06 07:34:06 +00:00
9 lines
186 B
Bash
9 lines
186 B
Bash
PORT=5000
|
|
|
|
AUTOMAILER_ID = "mailerID@mailserver.domain"
|
|
AUTOMAILER_APP_PASSWD = "mailerpasswd"
|
|
|
|
JWTSECRET="somerandomstring"
|
|
|
|
ADMIN_USER = "ADMIN_USER"
|
|
ADMIN_PASSWD = "SOME_ADMIN_PASSWD" |