mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
14 lines
249 B
Django/Jinja
14 lines
249 B
Django/Jinja
"download_trades": true,
|
|
"exchange": {
|
|
"name": "kraken",
|
|
"key": "{{ exchange_key }}",
|
|
"secret": "{{ exchange_secret }}",
|
|
"ccxt_config": {},
|
|
"ccxt_async_config": {},
|
|
"pair_whitelist": [
|
|
],
|
|
"pair_blacklist": [
|
|
|
|
]
|
|
}
|