mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-05 07:21:14 +00:00
Add simple test for recursive loading
This commit is contained in:
12
tests/testdata/testconfigs/base_config.json
vendored
Normal file
12
tests/testdata/testconfigs/base_config.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"stake_currency": "",
|
||||
"dry_run": true,
|
||||
"exchange": {
|
||||
"name": "",
|
||||
"key": "",
|
||||
"secret": "",
|
||||
"pair_whitelist": [],
|
||||
"ccxt_async_config": {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user