Closed anishp55 closed 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": "" } } ] } )
@anishp55 I released version 0.5.0 with your PR merged.
0.5.0
I made some minor modifications to increase test coverage and also to adjust the code style.
Thanks for your contribution :muscle:
we have implemented our own config server, is there away to override the p-config-server?