torrent: use quay.pem to mint JWT (#1425)
This commit is contained in:
parent
9969101dac
commit
437ec84c9f
2 changed files with 9 additions and 6 deletions
|
@ -298,6 +298,9 @@ class DefaultConfig(object):
|
|||
# If None, will be calculated off of the SERVER_HOSTNAME (default)
|
||||
JWTPROXY_AUDIENCE = None
|
||||
|
||||
# The location of the private key generated for this instance
|
||||
INSTANCE_SERVICE_KEY_LOCATION = 'conf/quay.pem'
|
||||
|
||||
# Torrent management flags
|
||||
FEATURE_BITTORRENT = False
|
||||
BITTORRENT_PIECE_SIZE = 512 * 1024
|
||||
|
|
Reference in a new issue