Changed some config
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m47s
This commit is contained in:
10
.env.example
10
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user