19 lines
508 B
Plaintext
19 lines
508 B
Plaintext
# Copy to .env on the VPS. Never commit the real file.
|
|
|
|
# Port the Node process binds to (localhost only, nginx proxies to it).
|
|
PORT=3001
|
|
|
|
# Comma separated list of origins allowed to POST to the endpoint.
|
|
ALLOWED_ORIGINS=https://sascha-bach.de,https://www.sascha-bach.de
|
|
|
|
# Where audit requests are delivered.
|
|
AUDIT_RECIPIENT=freelancer@sascha-bach.de
|
|
|
|
# SMTP credentials of the sending mailbox.
|
|
SMTP_HOST=
|
|
SMTP_PORT=587
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
# Envelope sender. Defaults to SMTP_USER when unset.
|
|
SMTP_FROM=
|