Separate jwtproxy signer config from secscan config

This commit is contained in:
Evan Cordell 2016-04-27 08:30:05 -05:00 committed by Jimmy Zelinskie
parent 474884acd7
commit f4d2fae5d8
2 changed files with 5 additions and 3 deletions

View file

@ -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