diff --git a/.env b/.env deleted file mode 100644 index 6e42e99..0000000 --- a/.env +++ /dev/null @@ -1,7 +0,0 @@ -SMTP_HOST=smtp.1blu.de -SMTP_PORT=465 -SMTP_USER=e226079_0-kontakt -SMTP_PASS=hitomisan -SMTP_FROM=kontakt@tsschulz.de -FRONTEND_URL=http://localhost:8080 -VUE_APP_BACKEND_URL=http://localhost:3002/api diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..0e1a617 --- /dev/null +++ b/.env.example @@ -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