torrent: use quay.pem to mint JWT (#1425)

This commit is contained in:
Jimmy Zelinskie 2016-05-02 18:10:16 -04:00
parent 9969101dac
commit 437ec84c9f
2 changed files with 9 additions and 6 deletions

View file

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