From a27b16225f13f20317074c43d50d1e9797e4987f Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 4 Aug 2025 09:21:52 +0100 Subject: [PATCH] Updated comments in .env.example - make it clear changing database credentials won't work --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index cf5514b..8be0cf6 100644 --- a/.env.example +++ b/.env.example @@ -11,6 +11,7 @@ DOMAIN=example.com # ADMIN_DOMAIN= # Database settings +# Should not be changed once the database is initialised DATABASE_ROOT_PASSWORD=reallysecurerootpassword # DATABASE_USER=optionalusername DATABASE_PASSWORD=ghostpassword