From 0ab1d2db6254fba78639a1a382e1b1409ac48170 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:14:11 +0100 Subject: [PATCH] Create .env add .env --- examples/ghost/.env | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/ghost/.env diff --git a/examples/ghost/.env b/examples/ghost/.env new file mode 100644 index 0000000..091cef5 --- /dev/null +++ b/examples/ghost/.env @@ -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