first commit

This commit is contained in:
2026-02-03 09:01:55 +01:00
commit 52e26e3989
114 changed files with 94751 additions and 0 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Umgebungsvariablen für HKW Anwälte Website
# WICHTIG: Diese Datei ist ein Template. Kopieren Sie sie zu .env und tragen Sie Ihre echten Werte ein.
# Die .env Datei sollte NIEMALS in Git committed werden!
# E-Mail-Konfiguration
HKW_RECEIVING_EMAIL=webkontakt@hkw-anwaelte.de
# SMTP-Konfiguration
HKW_SMTP_HOST=mail.webfarben.net
HKW_SMTP_USER=hkw@webfarben.net
HKW_SMTP_PASS=IHR_SMTP_PASSWORT_HIER
HKW_SMTP_PORT=465
HKW_SMTP_SECURE=ssl
# reCAPTCHA
HKW_RECAPTCHA_SECRET=IHR_RECAPTCHA_SECRET_HIER
# Optional: Produktions-/Entwicklungsmodus
HKW_ENV=production