13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
# Database Connection
|
|
DATABASE_URL="postgres://postgres:"
|
|
|
|
# Security
|
|
JWT_SECRET="change_this_to_a_secure_secret"
|
|
|
|
# SMTP Configuration
|
|
SMTP_HOST="smtp.example.com"
|
|
SMTP_PORT=587
|
|
SMTP_USER="user@example.com"
|
|
SMTP_PASS="password"
|
|
SMTP_FROM="noreply@smartes-klassenzimmer.de"
|