Files
phundrak.com-backend/.env.example
Lucien Cartier-Tilet 71c4cf1061
Some checks failed
Publish Docker Images / build-and-publish (push) Failing after 9m29s
chore: separate backend from frontend
2025-11-15 14:07:12 +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>"