mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 18:38:17 +00:00
fix(env) Fix forms hook env var default config (#12155)
This commit is contained in:
parent
8c724dbf47
commit
83904b7f35
@ -561,7 +561,7 @@ springdoc.api-docs.groups.enabled: true
|
||||
|
||||
forms:
|
||||
hook:
|
||||
enabled: { $FORMS_HOOK_ENABLED:true }
|
||||
enabled: ${FORMS_HOOK_ENABLED:true}
|
||||
consumerGroupSuffix: ${FORMS_HOOK_CONSUMER_GROUP_SUFFIX:}
|
||||
|
||||
businessAttribute:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user