first commit
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user