Skip to content
Snippets Groups Projects
Commit 31d1ac8d authored by Fernando Ferreira de Lima Filho's avatar Fernando Ferreira de Lima Filho
Browse files

gateway and client

parent 11b87d9e
No related branches found
No related tags found
No related merge requests found
...@@ -2,3 +2,7 @@ spring: ...@@ -2,3 +2,7 @@ spring:
data: data:
mongodb: mongodb:
uri: mongodb://mongo-db-client:27017/db uri: mongodb://mongo-db-client:27017/db
eureka:
client:
service-url:
defaultZone: http://eureka-service:8761/eureka/
\ No newline at end of file
spring:
cloud:
loadbalancer:
ribbon:
enabled: false
gateway:
discovery:
locator:
enabled: true
lower-case-service-id: true
eureka:
instance:
prefer-ip-address: true
client:
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://eureka-service:8761/eureka/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment