Skip to content

Commit

Permalink
Add apim.sync_runtime_artifacts.gateway sample configs
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Nov 8, 2024
1 parent 9faccbf commit 141b4b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion en/docs/reference/config-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,10 @@ https_endpoint = "https://localhost:${https.nio.port}"</code></pre>
<div class="superfences-content">
<div class="mb-config-example">
<pre><code class="toml">[apim.sync_runtime_artifacts.gateway]
gateway_labels = ["Default"]</code></pre>
gateway_labels = ["Default"]
deployment_retry_duration = 15000
max_retry_count = 5
retry_progression_factor = 2.0</code></pre>
</div>
</div>
<div class="doc-wrapper">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[apim.sync_runtime_artifacts.gateway]
gateway_labels = ["Default"]
gateway_labels = ["Default"]
deployment_retry_duration = 15000
max_retry_count = 5
retry_progression_factor = 2.0

0 comments on commit 141b4b5

Please sign in to comment.