SteeltoeOSS / Configuration

.NET Configuration providers for Spring Cloud Config Server & CloudFoundry
https://steeltoe.io
Apache License 2.0
101 stars 36 forks source link

The "enabled" setting does no work #48

Closed Lightgogogo closed 5 years ago

Lightgogogo commented 5 years ago

When I set the "spring:cloud:config:enabled"=false just like the Documentation said, the Config Server Client still access then Config Server. My configuration Below: "spring": { "application": { "name": "FrameWorkWebEx" }, "cloud": { "config": { "enabled": false, "failFast": false, "retry": { "enabled": true }, "discovery": { "enabled": false, "serviceId": "CONFIG-SERVER" }, "uri": "http://localhost:8888" } } }

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/164719780

The labels on this github issue will be updated when the story is started.

dtillman commented 5 years ago

@Lightgogogo : Thanks for pointing it out ..