fix(config): adding quotes (#7038)

This commit is contained in:
david-leifker 2023-01-13 12:43:45 -06:00 committed by GitHub
parent 7e8583863e
commit 55a5e68c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ telemetry:
enabledServer: ${DATAHUB_TELEMETRY_ENABLED:true}
secretService:
encryptionKey: ${SECRET_SERVICE_ENCRYPTION_KEY:ENCRYPTION_KEY}
encryptionKey: "${SECRET_SERVICE_ENCRYPTION_KEY:ENCRYPTION_KEY}"
datahub:
serverType: ${DATAHUB_SERVER_TYPE:prod}