Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-05-27 21:42:09 +00:00
parent 55d0b0efb2
commit 00a72084f5

View File

@@ -702,6 +702,7 @@ the bootstrap phase of an application context), e.g.</p>
host: localhost
port: 8200
scheme: https
uri: https://localhost:8200
connection-timeout: 5000
read-timeout: 15000
config:
@@ -724,6 +725,9 @@ for SSL certificate validation</p>
Supported schemes are <code>http</code> and <code>https</code>.</p>
</li>
<li>
<p><code>uri</code> configure the Vault endpoint with an URI. Takes precedence over host/port/scheme configuration</p>
</li>
<li>
<p><code>connection-timeout</code> sets the connection timeout in milliseconds</p>
</li>
<li>