Update development salt to match API side

This commit is contained in:
Ryan Ahearn
2022-12-13 11:15:00 -05:00
parent c37a8f3876
commit fbfbc5f4a7
2 changed files with 91 additions and 58 deletions

View File

@@ -100,7 +100,7 @@ class Development(Config):
LOGO_UPLOAD_BUCKET = _default_s3_credentials('local-public-logos-tools')
# credential overrides
DANGEROUS_SALT = 'dev-notify-salt'
DANGEROUS_SALT = 'development-notify-salt'
SECRET_KEY = 'dev-notify-secret-key' # nosec B105 - only used in development
# ADMIN_CLIENT_USER_NAME is called ADMIN_CLIENT_ID in api repo, they should match
ADMIN_CLIENT_USER_NAME = 'notify-admin'