Resolved RabbitMQ issue and added configuration.

This commit is contained in:
piyushkag
2024-12-30 12:22:43 +05:30
parent 8074d5d73d
commit 60cb721a14
5 changed files with 7 additions and 6 deletions

View File

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