Index: src/main/resources/application.properties
===================================================================
--- src/main/resources/application.properties	(revision b00fb0c12e8895acc4c6ee9ee480174f45a1939c)
+++ src/main/resources/application.properties	(revision 5012b59257beb5a85addbd857f4bacdf23b231d0)
@@ -2,7 +2,7 @@
 
 # Database connection
-spring.datasource.url=jdbc:postgresql://localhost:5432/SynergyMed
-spring.datasource.username=postgres
-spring.datasource.password=1234
+spring.datasource.url=jdbc:postgresql://localhost:5432/db_202425z_va_prj_synergymed
+spring.datasource.username=db_202425z_va_prj_synergymed_owner
+spring.datasource.password=bc816962e9c6
 spring.jpa.properties.hibernate.default_schema=synergymed
 spring.datasource.driver-class-name=org.postgresql.Driver
