Files
phundrak.com-backend/.env.example
Lucien Cartier-Tilet fc1a5e3ac7
Some checks failed
Publish Docker Images / build-and-publish (push) Failing after 8m46s
chore: separate backend from frontend
2025-11-15 13:22:36 +01:00

10 lines
287 B
Plaintext

APP_ENVIRONMENT=dev
APP__EMAIL__HOST=mail.example.com
APP__EMAIL__PORT=465
APP__EMAIL__TLS=true
APP__EMAIL__STARTTLS=no
APP__EMAIL__USER="username"
APP__EMAIL__PASSWORD="changeme"
APP__EMAIL__RECIPIENT="Recipient <user@example.com>"
APP__EMAIL__FROM="Contact Form <noreply@example.com>"