From 002d8437481009d3d9fa83797c8eea3c911edbdf Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 19 Sep 2019 15:47:05 +0800 Subject: [PATCH] fix configurations --- registry.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/registry.properties b/registry.properties index 75e6d3b..9053d0c 100644 --- a/registry.properties +++ b/registry.properties @@ -1,3 +1,5 @@ server.port=${ACT_REGISTRY_PORT:8761} 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 +eureka.client.fetch-registry=${ACT_REGISTRY_FETCH:false} + +spring.cloud.config.uri=${ACT_CONFIG_SERVER_URL:https://gateway.bluetechnology.cc:8888} \ No newline at end of file -- 2.26.0