Create .env

add .env
This commit is contained in:
LRVT 2024-01-14 21:14:11 +01:00 committed by GitHub
parent e1072339dd
commit 0ab1d2db62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
examples/ghost/.env Normal file
View File

@ -0,0 +1,12 @@
DB_CLIENT=mysql
DB_HOST=database
DB_USER=root
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"