Polishing

Add author tag. Improve documentation. Regenerate readme.

Original pull request: gh-36
This commit is contained in:
Mark Paluch
2016-09-21 19:07:19 +02:00
parent bc02b8d3ff
commit bfb0854e91
4 changed files with 10 additions and 2 deletions

View File

@@ -161,6 +161,8 @@ spring.cloud.vault:
scheme: https
connection-timeout: 5000
read-timeout: 15000
config:
order: -10
----
* `host` sets the hostname of the Vault host. The host name will be used
@@ -170,6 +172,7 @@ for SSL certificate validation
Supported schemes are `http` and `https`.
* `connection-timeout` sets the connection timeout in milliseconds
* `read-timeout` sets the read timeout in milliseconds
* `config.order` sets the order for the property source
Enabling further integrations requires additional dependencies and
configuration. Depending on how you have set up Vault you might need