From f8a89002e5f68f1303c9302adbe38414c2320849 Mon Sep 17 00:00:00 2001 From: Szakalakamaka Date: Wed, 4 Nov 2020 13:20:45 +0100 Subject: [PATCH] changing eureka address --- .idea/workspace.xml | 49 ++++++++++------------- src/main/resources/bootstrap.yml | 2 +- src/main/resources/data-access.properties | 2 +- 3 files changed, 23 insertions(+), 30 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d6ef91c..9515c28 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -24,13 +24,6 @@ - - - - - - - @@ -633,7 +626,6 @@ @@ -711,39 +704,39 @@ - + - + - + - + - + - + - + - + @@ -793,12 +786,12 @@ - - + + - + diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index b6615a6..dbaf14d 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -21,4 +21,4 @@ eureka: register-with-eureka: true fetch-registry: true serviceUrl: - defaultZone: http://netflix:eureka@localhost:8761/eureka + defaultZone: http://netflix:eureka@eureka:8761/eureka diff --git a/src/main/resources/data-access.properties b/src/main/resources/data-access.properties index 122952c..27196b6 100644 --- a/src/main/resources/data-access.properties +++ b/src/main/resources/data-access.properties @@ -1,2 +1,2 @@ -redis.host = localhost +redis.host = redis redis.port = 6379 \ No newline at end of file