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