Authenticate in the other direction with jwtproxy
This commit is contained in:
parent
da0a988650
commit
9e7a501dae
4 changed files with 17 additions and 3 deletions
|
@ -288,6 +288,7 @@ class DefaultConfig(object):
|
|||
'API_VERSION': 'v1',
|
||||
'API_TIMEOUT_SECONDS': 10,
|
||||
'API_TIMEOUT_POST_SECONDS': 480,
|
||||
'PROXY': 'http://localhost:8080',
|
||||
}
|
||||
|
||||
# Torrent management flags
|
||||
|
|
Reference in a new issue