Use better naming

This commit is contained in:
Matthias
2022-04-08 17:30:23 +02:00
parent 1435d26996
commit 238ff6c9fe
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
// This file fails as it's loading itself over and over
"files": [
"add_config_files": [
"./recursive.json"
]
}

View File

@@ -15,7 +15,7 @@
"order_book_top": 1,
"price_last_balance": 0.0
},
"files": [
"add_config_files": [
"./test_pricing2_conf.json"
]
}

View File

@@ -1,5 +1,5 @@
{
"files": [
"add_config_files": [
"test_base_config.json",
"test_pricing_conf.json"
]