23 lines
396 B
Plaintext
23 lines
396 B
Plaintext
PORT=3000
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USERNAME=listify
|
|
DB_PASSWORD=change-me
|
|
DB_DATABASE=listify
|
|
DB_LOGGING=false
|
|
|
|
JWT_ACCESS_SECRET=change-me-access-secret
|
|
JWT_REFRESH_SECRET=change-me-refresh-secret
|
|
|
|
CLIENT_URL=http://localhost:4200
|
|
|
|
MAIL_ENABLED=true
|
|
SMTP_HOST=localhost
|
|
SMTP_PORT=1025
|
|
SMTP_SECURE=false
|
|
SMTP_USER=
|
|
SMTP_PASSWORD=
|
|
MAIL_FROM=no-reply@listify.local
|
|
MAIL_FROM_NAME=Listify
|