From a69f57bbeba4790d90addec7ba1f80e17eb8b090 Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Sun, 3 Aug 2025 14:25:08 -0700 Subject: [PATCH] Commented out the `DATABASE_USER in `.env.example` (#41) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8dc850b..e259983 100644 --- a/.env.example +++ b/.env.example @@ -14,7 +14,7 @@ DOMAIN=example.com # Database settings DATABASE_ROOT_PASSWORD=reallysecurerootpassword -DATABASE_USER=optionalusername +# DATABASE_USER=optionalusername DATABASE_PASSWORD=ghostpassword # Port Ghost should listen on