Add password and uid to config to support exchanges that require them

This commit is contained in:
enenn
2018-03-12 19:56:49 +01:00
parent 251c86197a
commit 995345da28
5 changed files with 12 additions and 2 deletions

View File

@@ -418,6 +418,8 @@ CONF_SCHEMA = {
'name': {'type': 'string'},
'key': {'type': 'string'},
'secret': {'type': 'string'},
'password': {'type': 'string'},
'uid': {'type': 'string'},
'pair_whitelist': {
'type': 'array',
'items': {