mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Rename and update webserver config
This commit is contained in:
parent
1dc608c87c
commit
a4230ba252
|
@ -2,7 +2,7 @@ import { setLoginInfo, defaultMocks } from './helpers';
|
|||
|
||||
function backtestMocks() {
|
||||
cy.intercept('GET', '**/api/v1/show_config', {
|
||||
fixture: 'backtest/show_config_backtest.json',
|
||||
fixture: 'backtest/show_config_webserver.json',
|
||||
}).as('ShowConf');
|
||||
cy.intercept('GET', '**/api/v1/strategies', { fixture: 'backtest/strategies.json' }).as(
|
||||
'Strategies',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "2022.2.2",
|
||||
"strategy_version": null,
|
||||
"api_version": 2.14,
|
||||
"api_version": 2.30,
|
||||
"dry_run": true,
|
||||
"trading_mode": "spot",
|
||||
"short_allowed": false,
|
Loading…
Reference in New Issue
Block a user