Files
atashdotdev/.env.example
Atridad Lahiji 2630071315
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s
pls
2025-12-22 12:37:07 -07:00

16 lines
342 B
Plaintext

# Docker Configuration
IMAGE=atashdotdev:latest
APP_PORT=4321
# Application Configuration
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
# Site Status
STATUS_TEXT="Accepting new clients"
STATUS_COLOR="green" # green, yellow, red