Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-07-12 18:00:42 +00:00
parent 787861e2f7
commit f825dbc832

View File

@@ -628,7 +628,7 @@ config/application/</pre>
</div>
</div>
<div class="paragraph">
<p>The most specific property source is at the top, with the least specific at the bottom. Properties is the <code>config/application</code> folder are applicable to all applications using consul for configuration. Properties in the <code>config/testApp</code> folder are only available to the instances of the service named "testApp".</p>
<p>The most specific property source is at the top, with the least specific at the bottom. Properties in the <code>config/application</code> folder are applicable to all applications using consul for configuration. Properties in the <code>config/testApp</code> folder are only available to the instances of the service named "testApp".</p>
</div>
<div class="paragraph">
<p>Configuration is currently read on startup of the application. Sending a HTTP POST to <code>/refresh</code> will cause the configuration to be reloaded. Watching the key value store (which Consul supports) is not currently possible, but will be a future addition to this project.</p>