store config-file loading paths

This commit is contained in:
Matthias
2022-04-08 17:26:51 +02:00
parent 3427df0653
commit 1435d26996
6 changed files with 14 additions and 5 deletions

View File

@@ -16,6 +16,6 @@
"price_last_balance": 0.0
},
"files": [
"pricing2.json"
"./test_pricing2_conf.json"
]
}

View File

@@ -1,6 +1,6 @@
{
"files": [
"base_config.json",
"pricing.json"
"test_base_config.json",
"test_pricing_conf.json"
]
}