From 911d96e77c9cd82cbe657d0a139d6b1d38a6659a Mon Sep 17 00:00:00 2001
From: CipherChen0 <LiangC13@cardiff.ac.ukvagrant>
Date: Mon, 14 Apr 2025 13:02:20 +0100
Subject: [PATCH] Changes

---
 src/main/resources/application.yml        | 4 ++--
 src/main/resources/static/html/admin.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 0f7d2e7..d7a36b9 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -4,9 +4,9 @@ spring:
   profiles:
     active: dev
   datasource:
-    url: jdbc:mysql://localhost:3306/health_care
+    url: jdbc:mysql://localhost:3306/healthcare
     username: root
-    password: root
+    password: comsc
     port: 3306
     sql:
       init:
diff --git a/src/main/resources/static/html/admin.html b/src/main/resources/static/html/admin.html
index a7cd1e4..e74b503 100644
--- a/src/main/resources/static/html/admin.html
+++ b/src/main/resources/static/html/admin.html
@@ -30,7 +30,7 @@
 <div class="content">
     <div id="user-info" style="text-align: right; padding: 10px; font-weight: bold;"></div>
     <div id="dynamic-content">
-        <h1>Welcome to the Management System</h1>
+        <h1>ian</h1>
         <p>Select an option from the sidebar to get started.</p>
     </div>
 </div>
-- 
GitLab