Skip to content

Commit

Permalink
feat: fixes issue with connecting to inventory service
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Oct 15, 2023
1 parent b571a7b commit 498a48f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
application.catalog-service-url=http://catalog-service:18080/catalog-service
#application.inventory-service-url=http://inventory-service:18181/inventory-service
application.inventory-service-url=http://inventory-service:18181/inventory-service

spring.r2dbc.url=r2dbc:postgresql://postgresql:5432/appdb?maxIdleTime=PT60S
spring.r2dbc.username=appuser
Expand Down

0 comments on commit 498a48f

Please sign in to comment.