Updated code.

This commit is contained in:
piyushkag
2024-12-30 13:02:50 +05:30
parent 4774f9383e
commit 83141d009f

View File

@@ -1,6 +1,6 @@
# DataSource Configuration
spring.datasource.url=jdbc:postgresql://localhost:5432/gepafin_dev_local
spring.datasource.username=root
spring.datasource.url=jdbc:postgresql://localhost:5432/gepafin_local
spring.datasource.username=postgres
spring.datasource.password=root
spring.datasource.driver-class-name=org.postgresql.Driver