All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s
16 lines
342 B
Plaintext
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
|