Move previous test config to tests

This commit is contained in:
Matthias 2023-12-18 07:08:05 +01:00
parent 3096cddbcf
commit b371593084
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -111,7 +111,6 @@ target/
#exceptions #exceptions
!*.gitkeep !*.gitkeep
!config_examples/config_binance.example.json !config_examples/config_binance.example.json
!config_examples/config_bittrex.example.json
!config_examples/config_full.example.json !config_examples/config_full.example.json
!config_examples/config_kraken.example.json !config_examples/config_kraken.example.json
!config_examples/config_freqai.example.json !config_examples/config_freqai.example.json

View File

@ -29,7 +29,7 @@
"order_book_top": 1 "order_book_top": 1
}, },
"exchange": { "exchange": {
"name": "bittrex", "name": "binance",
"key": "your_exchange_key", "key": "your_exchange_key",
"secret": "your_exchange_secret", "secret": "your_exchange_secret",
"ccxt_config": {}, "ccxt_config": {},