first commit

This commit is contained in:
DerJesen
2025-12-11 09:49:24 +01:00
parent 212808529d
commit 5eb1c8550e
9 changed files with 107 additions and 24 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# 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"