Remove .env from repository, add .env.example template

This commit is contained in:
Torsten Schulz (local)
2025-09-24 10:37:28 +02:00
parent 6b88a4602a
commit 951fca95cf
2 changed files with 19 additions and 7 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# E-Mail-Konfiguration für Passwort-Reset
SMTP_HOST=smtp.1blu.de
SMTP_PORT=465
SMTP_USER=your-email@domain.com
SMTP_PASS=your-password
SMTP_FROM=noreply@miriamgemeinde.de
# Frontend-URL für Reset-Links
FRONTEND_URL=http://localhost:8080
# Backend-URL für das Frontend
VUE_APP_BACKEND_URL=http://localhost:3002/api
# Datenbank-Konfiguration (falls benötigt)
DB_HOST=localhost
DB_PORT=3306
DB_NAME=miriamgemeinde
DB_USER=miriam_user
DB_PASS=your-database-password