Skip to content

Commit 83904b7

Browse files
fix(env) Fix forms hook env var default config (#12155)
1 parent 8c724db commit 83904b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-service/configuration/src/main/resources/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ springdoc.api-docs.groups.enabled: true
561561

562562
forms:
563563
hook:
564-
enabled: { $FORMS_HOOK_ENABLED:true }
564+
enabled: ${FORMS_HOOK_ENABLED:true}
565565
consumerGroupSuffix: ${FORMS_HOOK_CONSUMER_GROUP_SUFFIX:}
566566

567567
businessAttribute:

0 commit comments

Comments
 (0)