mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +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() {
|
function backtestMocks() {
|
||||||
cy.intercept('GET', '**/api/v1/show_config', {
|
cy.intercept('GET', '**/api/v1/show_config', {
|
||||||
fixture: 'backtest/show_config_backtest.json',
|
fixture: 'backtest/show_config_webserver.json',
|
||||||
}).as('ShowConf');
|
}).as('ShowConf');
|
||||||
cy.intercept('GET', '**/api/v1/strategies', { fixture: 'backtest/strategies.json' }).as(
|
cy.intercept('GET', '**/api/v1/strategies', { fixture: 'backtest/strategies.json' }).as(
|
||||||
'Strategies',
|
'Strategies',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": "2022.2.2",
|
"version": "2022.2.2",
|
||||||
"strategy_version": null,
|
"strategy_version": null,
|
||||||
"api_version": 2.14,
|
"api_version": 2.30,
|
||||||
"dry_run": true,
|
"dry_run": true,
|
||||||
"trading_mode": "spot",
|
"trading_mode": "spot",
|
||||||
"short_allowed": false,
|
"short_allowed": false,
|
Loading…
Reference in New Issue
Block a user