Skip to content

Commit

Permalink
change postgresql properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Oct 21, 2023
1 parent b55db63 commit aef2ee2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
eureka.client.serviceUrl.defaultZone=http://eureka:password@discovery-server:8181/eureka
server.port=8080
spring.kafka.bootstrap-servers=kafka:29092
spring.kafka.bootstrap-servers=kafka:29092

spring.datasource.url=jdbc:postgresql://establishment-service-db:5432/user_service

0 comments on commit aef2ee2

Please sign in to comment.