18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
DATABASE_URI=postgres://postgres:<password>@127.0.0.1:5432/your-database-name
|
|
PAYLOAD_SECRET=YOUR_SECRET_HERE
|
|
|
|
DOMAIN_NAME=localhost:3000
|
|
PORT=3000
|
|
|
|
MEDIA_VOLUME_PATH=
|
|
|
|
DEFAULT_EMAIL=
|
|
SMTP_HOST=
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
SMTP_PORT=587
|
|
PASSWORD_RESET_EXPIRATION_IN_MINUTES=30
|
|
|
|
|
|
|