Changed some config
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s

This commit is contained in:
2025-12-22 12:23:25 -07:00
parent c1387b9cd7
commit 11c4e61e79
7 changed files with 21 additions and 16 deletions

View File

@@ -1,13 +1,15 @@
# Container Image
# Docker Configuration
IMAGE=atashdotdev:latest
# Application Port
APP_PORT=4321
# SMTP Configuration (required for contact form)
# 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
PUBLIC_STATUS_TEXT="Accepting new clients"
PUBLIC_STATUS_COLOR="green" # green, yellow, red