Rename and update webserver config

This commit is contained in:
Matthias 2023-06-18 16:41:22 +02:00
parent 1dc608c87c
commit a4230ba252
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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,