From 5f1dc3de151e8ae038b8cf2dccbe877e387d19d1 Mon Sep 17 00:00:00 2001
From: Jeremy Richard <githubarj@cardiff.ac.uk>
Date: Thu, 12 Dec 2024 02:58:24 +0000
Subject: [PATCH] returned the password for the app props

---
 src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index c7bdcf7..b4135df 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -9,7 +9,7 @@ spring.thymeleaf.layout-dialect.enabled=true
 
 spring.datasource.url=jdbc:mariadb://localhost:3306/polish_community
 spring.datasource.username=root
-spring.datasource.password=
+spring.datasource.password=comsc
 
 spring.jpa.show-sql=true
 spring.jpa.properties.hibernate.format_sql=true
-- 
GitLab