Skip to content

Commit

Permalink
CORE-19386 - Relax the restriction imposed to the `receiveTopicPatter…
Browse files Browse the repository at this point in the history
…n` (#1449)
  • Loading branch information
filipesoliveira authored Jan 22, 2024
1 parent 80276ba commit ea9f1e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"receiveTopicPattern": {
"type": "string",
"default": "ext.$HOLDING_ID.$CHANNEL_NAME.receive",
"pattern": "^(ext|EXT)([a-zA-Z0-9\\._\\-]|\\$HOLDING_ID|\\$CHANNEL_NAME){1,100}$",
"pattern": "^([a-zA-Z0-9\\._\\-]|\\$HOLDING_ID|\\$CHANNEL_NAME){1,100}$",
"description": "The pattern used to generate the external app receiving topic. When creating routes, Corda replaces any placeholders with the virtual node specific values. "
},
"active": {
Expand Down

0 comments on commit ea9f1e4

Please sign in to comment.