Skip to content

Commit

Permalink
fix: Added the PublishTopicPrefix to MessageQueue config
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Leonard Goodell committed Jul 27, 2022
1 parent 10c8b50 commit 4f5bbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/core-metadata/res/configuration.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Protocol = "redis"
Host = "localhost"
Port = 6379
Type = "redis"
PublishTopicPrefix = "edgex/system-events" # /<source>/<type>/<action>/<owner>/<profile> will be added to this Publish Topic prefix
AuthMode = "usernamepassword" # required for redis messagebus (secure or insecure).
SecretName = "redisdb"
[MessageQueue.Optional]
Expand Down

0 comments on commit 4f5bbc7

Please sign in to comment.