Nix all the things
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m36s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m36s
This commit is contained in:
23
.env.example
23
.env.example
@@ -1,14 +1,13 @@
|
||||
# SMTP Configuration
|
||||
SMTP_HOST=smtp.site.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=email@site.com
|
||||
SMTP_PASSWORD=your-app-password
|
||||
# Container Image
|
||||
IMAGE=atashdotdev:latest
|
||||
|
||||
# Email Configuration
|
||||
FROM_EMAIL=email@site.com
|
||||
TO_EMAIL=email@site.com
|
||||
|
||||
# Application Configuration
|
||||
NODE_ENV=production
|
||||
# Application Port
|
||||
APP_PORT=4321
|
||||
IMAGE=git.atri.dad/atridad/atashdotdev
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user