From a82a9c38dc17fdd7b683b925fa17a9ff746e7e08 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:42:43 +0100 Subject: [PATCH] Update .env --- examples/ghost/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ghost/.env b/examples/ghost/.env index 091cef5..e195a80 100644 --- a/examples/ghost/.env +++ b/examples/ghost/.env @@ -1,6 +1,6 @@ DB_CLIENT=mysql DB_HOST=database -DB_USER=root +DB_USER=ghost DB_ROOT_PASS=password1 DB_USER_PASS=password2 DB_NAME=ghost