Deployed 60b787e to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -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>{
|
||||
//...
|
||||
"jwt_secret_key": "somethingrandom",
|
||||
"jwt_secret_key": "somethingRandomSomethingRandom123",
|
||||
"CORS_origins": ["https://frequi.freqtrade.io"],
|
||||
//...
|
||||
}
|
||||
@@ -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>{
|
||||
//...
|
||||
"jwt_secret_key": "somethingrandom",
|
||||
"jwt_secret_key": "somethingRandomSomethingRandom123",
|
||||
"CORS_origins": ["http://localhost:8080"],
|
||||
//...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user