Files
MERN-template/.envdev
T
2021-02-04 02:19:39 +11:00

16 lines
298 B
Plaintext

WEB_PROTOCOL=http
WEB_ADDRESS=localhost
WEB_PORT=3000
MAIL_SMTP=smtp.example.com
MAIL_USERNAME=foobar@example.com
MAIL_PASSWORD=foobar
DB_HOSTADDR=127.0.0.1
DB_DATABASE=template
DB_USERNAME=template
DB_PASSWORD=pikachu
DB_TIMEZONE=Australia/Sydney
SESSION_SECRET=secret
SESSION_ADMIN=adminsecret