From 256dfde038fb1b2c9559d1bb148dee4b6b9030ea Mon Sep 17 00:00:00 2001
From: Ethan-UWE <ethan2.clay@live.uwe.ac.uk>
Date: Thu, 6 Feb 2025 12:29:16 +0000
Subject: [PATCH] Update .env database user as should not be root

---
 .env-example | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env-example b/.env-example
index 5055aab..40a2857 100644
--- a/.env-example
+++ b/.env-example
@@ -1,7 +1,7 @@
 DEVELOPMENT_MODE=True
 DATABASE_HOST=database 
 #If using pydebug you will need to use 127.0.0.1
-DATABASE_USER=root
+DATABASE_USER=user
 DATABASE_PASSWORD=password1
 DATABASE_NAME=database
-SECRET_KEY=fsodfhiosdfhdsiofh34903urwej09jf
\ No newline at end of file
+SECRET_KEY=fsodfhiosdfhdsiofh34903urwej09jf
-- 
GitLab