10 lines
253 B
Bash
10 lines
253 B
Bash
DATABASE_URL=postgresql://...
|
|
PAYLOAD_SECRET=ein-langer-zufälliger-secret-string
|
|
|
|
MAIL_HOST=smtp.example.org
|
|
MAIL_PORT=465
|
|
MAIL_DISPLAYNAME=My Company Name
|
|
MAIL_USER=noreply@example.org
|
|
MAIL_PASSWORD=password
|
|
|
|
NEXT_PUBLIC_PAYLOAD_URL=http://example.org |