From 271b44648b47c6c2b60db8af4778b60637ceaf0d Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 19 Sep 2019 15:42:35 +0800 Subject: [PATCH] restore registry configuration --- registry.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry.properties b/registry.properties index 0f7159d..75e6d3b 100644 --- a/registry.properties +++ b/registry.properties @@ -1,3 +1,3 @@ server.port=${ACT_REGISTRY_PORT:8761} -eureka.client.register-with-eureka=${ACT_REGISTRY_REGISTER_WITH_EUREKA:true} -eureka.client.fetch-registry=${ACT_REGISTRY_FETCH:true} \ No newline at end of file +eureka.client.register-with-eureka=${ACT_REGISTRY_REGISTER_WITH_EUREKA:false} +eureka.client.fetch-registry=${ACT_REGISTRY_FETCH:false} \ No newline at end of file -- 2.26.0