Compose-Examples/examples/ghost/.env

13 lines
250 B
Bash
Raw Permalink Normal View History

2024-01-14 20:14:11 +00:00
DB_CLIENT=mysql
DB_HOST=database
2024-03-21 16:42:43 +00:00
DB_USER=ghost
2024-01-14 20:14:11 +00:00
DB_ROOT_PASS=password1
DB_USER_PASS=password2
DB_NAME=ghost
SMTP_HOST=smtp.google.com
SMTP_PORT=587
SMTP_USER=blog@example.com
SMTP_PASS=my-secure-smtp-password
SMTP_MAIL_FROM="Ghost <blog@example.com"