mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 10:57:52 +00:00
fix(config): adding quotes (#7038)
This commit is contained in:
parent
7e8583863e
commit
55a5e68c9a
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user