mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-14 02:01:02 +00:00
chore: extract schema.json
This commit is contained in:
@@ -1057,7 +1057,8 @@
|
|||||||
},
|
},
|
||||||
"jwt_secret_key": {
|
"jwt_secret_key": {
|
||||||
"description": "Secret key for JWT authentication.",
|
"description": "Secret key for JWT authentication.",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"default": "somethingRandomSomethingRandom123"
|
||||||
},
|
},
|
||||||
"CORS_origins": {
|
"CORS_origins": {
|
||||||
"description": "List of allowed CORS origins.",
|
"description": "List of allowed CORS origins.",
|
||||||
@@ -1080,7 +1081,8 @@
|
|||||||
"listen_ip_address",
|
"listen_ip_address",
|
||||||
"listen_port",
|
"listen_port",
|
||||||
"username",
|
"username",
|
||||||
"password"
|
"password",
|
||||||
|
"jwt_secret_key"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"db_url": {
|
"db_url": {
|
||||||
|
|||||||
Reference in New Issue
Block a user