Sync docs from master to gh-pages
This commit is contained in:
@@ -116,7 +116,7 @@ $(addBlockSwitches);
|
||||
<li><a href="#_serving_alternative_formats">Serving Alternative Formats</a></li>
|
||||
<li><a href="#_serving_plain_text">Serving Plain Text</a>
|
||||
<ul class="sectlevel2">
|
||||
<li><a href="#_decrpyting_plain_text">Decrpyting Plain Text</a></li>
|
||||
<li><a href="#_decrypting_plain_text">Decrypting Plain Text</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#_embedding_the_config_server">Embedding the Config Server</a></li>
|
||||
@@ -2343,7 +2343,7 @@ So, the preceding example for the <code>default</code> profile could be <code>/f
|
||||
</table>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_decrpyting_plain_text"><a class="link" href="#_decrpyting_plain_text">Decrpyting Plain Text</a></h3>
|
||||
<h3 id="_decrypting_plain_text"><a class="link" href="#_decrypting_plain_text">Decrypting Plain Text</a></h3>
|
||||
<div class="paragraph">
|
||||
<p>By default, encrypted values in plain text files are not decrypted. In order to enable decryption for plain text files, set <code>spring.cloud.config.server.encrypt.enabled=true</code> and <code>spring.cloud.config.server.encrypt.plainTextEncrypt=true</code> in <code>bootstrap.[yml|properties]</code></p>
|
||||
</div>
|
||||
@@ -2354,7 +2354,7 @@ So, the preceding example for the <code>default</code> profile could be <code>/f
|
||||
<i class="fa icon-note" title="Note"></i>
|
||||
</td>
|
||||
<td class="content">
|
||||
Decrpyting plain text files is only supported for YAML, JSON, and properties file extensions.
|
||||
Decrypting plain text files is only supported for YAML, JSON, and properties file extensions.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user