From f2c076c1d1d41f11b50e72835cb598c0bebd5e2e Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Wed, 14 Oct 2020 14:21:54 +0200 Subject: [PATCH] updating cloud settings --- .idea/workspace.xml | 42 +++++++---------------- src/main/resources/application.properties | 2 +- 2 files changed, 14 insertions(+), 30 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d4fd235..431eb79 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -23,24 +23,7 @@ - - - - - - - - - - - - - - - - - @@ -643,7 +626,6 @@ @@ -789,12 +772,13 @@ - - + + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 899a830..1eaba88 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ #environment: -eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/ +eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/ server.port = 8097 spring.application.name = klaus spring.cloud.discovery.enabled=true