Deployed 60b787e to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2026-02-10 19:39:17 +00:00
parent 91097e46a4
commit 3582d386e1
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -2159,7 +2159,7 @@ It consists of a list of allowed URL's that are allowed to consume resources fro
<p>Assuming your application is deployed as <code>https://frequi.freqtrade.io/home/</code> - this would mean that the following configuration becomes necessary:</p>
<div class="highlight"><pre><span></span><code>{
//...
&quot;jwt_secret_key&quot;: &quot;somethingrandom&quot;,
&quot;jwt_secret_key&quot;: &quot;somethingRandomSomethingRandom123&quot;,
&quot;CORS_origins&quot;: [&quot;https://frequi.freqtrade.io&quot;],
//...
}
@@ -2169,7 +2169,7 @@ It consists of a list of allowed URL's that are allowed to consume resources fro
<p>The correct configuration for this case is <code>http://localhost:8080</code> - the main part of the URL including the port.</p>
<div class="highlight"><pre><span></span><code>{
//...
&quot;jwt_secret_key&quot;: &quot;somethingrandom&quot;,
&quot;jwt_secret_key&quot;: &quot;somethingRandomSomethingRandom123&quot;,
&quot;CORS_origins&quot;: [&quot;http://localhost:8080&quot;],
//...
}