Separate jwtproxy signer config from secscan config
This commit is contained in:
parent
474884acd7
commit
f4d2fae5d8
2 changed files with 5 additions and 3 deletions
|
@ -288,8 +288,8 @@ class DefaultConfig(object):
|
|||
'API_VERSION': 'v1',
|
||||
'API_TIMEOUT_SECONDS': 10,
|
||||
'API_TIMEOUT_POST_SECONDS': 480,
|
||||
'PROXY': 'http://localhost:8080',
|
||||
}
|
||||
JWTPROXY_SIGNER = 'https://localhost:8080'
|
||||
|
||||
# Torrent management flags
|
||||
FEATURE_BITTORRENT = False
|
||||
|
|
Reference in a new issue