Skip to content

Commit

Permalink
Deployed 16e34bf to Main with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed May 7, 2024
1 parent b196fc9 commit 8bcd310
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Main/config/profiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,12 @@ <h2 id="profile-aware-properties">Profile aware properties<a class="headerlink"
<p>Any lookup to the <code>http.port</code> property name will first search by the active profile name <code>%dev.http.port</code> and then
fallback to <code>http.port</code> if no value is present. In this case a lookup to the property <code>http.port</code> with the <code>dev</code> profile
active, yields the value <code>8181</code>.</p>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>The profile must be set in one of the primary sources (system properties, environment variables,
<code>application.properties</code>, or any other source that does not require configuration) to determine the proper
configuration.</p>
</div>
<h2 id="profile-aware-files">Profile aware files<a class="headerlink" href="#profile-aware-files" title="Permanent link">#</a></h2>
<p>Properties for a specific profile may reside in a <code>microprofile-config-{profile}.properties</code> named file. The previous
example can be expressed as:</p>
Expand Down
2 changes: 1 addition & 1 deletion Main/search/search_index.json

Large diffs are not rendered by default.

Binary file modified Main/sitemap.xml.gz
Binary file not shown.

0 comments on commit 8bcd310

Please sign in to comment.