14 lines
218 B
Bash
14 lines
218 B
Bash
# Server
|
|
PORT=3003
|
|
NODE_ENV=development
|
|
BASE_URL=https://andreknie.de
|
|
|
|
# SMTP (for confirmation emails)
|
|
SMTP_HOST=
|
|
SMTP_PORT=587
|
|
SMTP_USER=
|
|
SMTP_PASS=
|
|
|
|
# Stakeholder notification email
|
|
STAKEHOLDER_EMAIL=knie@d-hive.de
|