mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Merge pull request #2722 from alphagov/fix-json
Transform list to json so it can be used read by json.loads
This commit is contained in:
@@ -72,7 +72,7 @@ applications:
|
||||
|
||||
# Credentials variables
|
||||
ADMIN_BASE_URL: '{{ ADMIN_BASE_URL }}'
|
||||
API_INTERNAL_SECRETS: '{{ API_INTERNAL_SECRETS }}'
|
||||
API_INTERNAL_SECRETS: '{{ API_INTERNAL_SECRETS | tojson }}'
|
||||
API_HOST_NAME: '{{ API_HOST_NAME }}'
|
||||
DANGEROUS_SALT: '{{ DANGEROUS_SALT }}'
|
||||
SECRET_KEY: '{{ SECRET_KEY }}'
|
||||
|
||||
Reference in New Issue
Block a user