amenezes / config-client

config-client package for spring cloud config and cloud foundry
https://config-client.amenezes.net/
Apache License 2.0
24 stars 18 forks source link

how to use a diff config server in Cloud Foundry? #20

Closed anishp55 closed 4 years ago

anishp55 commented 4 years ago

we have implemented our own config server, is there away to override the p-config-server?

default_vcap_services = json.dumps(
    {
        "p-config-server": [
            {
                "credentials": {
                    "uri": "",
                    "access_token_uri": "",
                    "client_id": "",
                    "client_secret": ""
                }
            }
        ]
    }
)
amenezes commented 4 years ago

@anishp55 I released version 0.5.0 with your PR merged.

I made some minor modifications to increase test coverage and also to adjust the code style.

Thanks for your contribution :muscle: