Files
atashdotdev/.env.example
Atridad Lahiji 20b38c614a
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m36s
Nix all the things
2025-07-25 22:41:56 -06:00

14 lines
285 B
Plaintext

# Container Image
IMAGE=atashdotdev:latest
# Application Port
APP_PORT=4321
# SMTP Configuration (required for contact form)
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=your-email@example.com
SMTP_PASSWORD=your-password
FROM_EMAIL=noreply@atash.dev
TO_EMAIL=contact@atash.dev