Index: src/main/resources/application-prod.properties
===================================================================
--- src/main/resources/application-prod.properties	(revision 27a26f92cfcb89cf93d81d4b4d45014a6213de95)
+++ src/main/resources/application-prod.properties	(revision 52d858515fdfc0968268047bfdfdf9c78081368f)
@@ -1,6 +1,14 @@
-spring.datasource.url=jdbc:postgresql://localhost:5432/Reportium
-spring.datasource.username=postgres
-spring.datasource.password=postgres
+#Properties for DB on EPRMS
+spring.datasource.url=jdbc:postgresql://localhost:5433/db_202425z_va_prj_reportium
+spring.datasource.username=db_202425z_va_prj_reportium_owner
+spring.datasource.password=32a9b546fe8
 spring.datasource.driver-class-name=org.postgresql.Driver
+
+
+#Properties for local DB
+#spring.datasource.url=jdbc:postgresql://localhost:5432/Reportium
+#spring.datasource.username=postgres
+#spring.datasource.password=postgres
+#spring.datasource.driver-class-name=org.postgresql.Driver
 
 # JPA settings
