mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #1079 from creslinux/apiAuthPass
add Password option to API login, GDAX as example requires.
This commit is contained in:
commit
6ab8fa8c71
|
@ -126,6 +126,8 @@ CONF_SCHEMA = {
|
|||
'name': {'type': 'string'},
|
||||
'key': {'type': 'string'},
|
||||
'secret': {'type': 'string'},
|
||||
'password': {'type': 'string'},
|
||||
'uid': {'type': 'string'},
|
||||
'pair_whitelist': {
|
||||
'type': 'array',
|
||||
'items': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user