diff --git a/registry.properties b/registry.properties index 75e6d3bd03e244a082741edb5fe353b7655c1efa..9053d0c389fdb6098a77d10ed86f5869b9c878ec 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