Generate private key on startup
This commit is contained in:
parent
85667a9cf6
commit
668ce2c7cd
5 changed files with 41 additions and 3 deletions
|
@ -312,3 +312,6 @@ class DefaultConfig(object):
|
|||
# The ID of the user account in the database to be used for service audit logs. If none, the
|
||||
# lowest user in the database will be used.
|
||||
SERVICE_LOG_ACCOUNT_ID = None
|
||||
|
||||
# Quay's service key expiration in seconds
|
||||
QUAY_SERVICE_KEY_EXPIRATION = 500
|
||||
|
|
Reference in a new issue