Skip to content

Commit

Permalink
refactor!: Change Config stem constants to flatten config layout
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Location of service configuartion in Config Provider (Consul) has changed

closes #775

Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Leonard Goodell committed Dec 2, 2022
1 parent 3865620 commit f0cd4ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,9 @@ const (
)

const (
ConfigStemApp = "edgex/appservices/"
ConfigStemCore = "edgex/core/"
ConfigStemDevice = "edgex/devices/"
ConfigStemSecurity = "edgex/security/"
ConfigStemAll = "edgex/3.0"
ConfigStemApp = ConfigStemAll
ConfigStemCore = ConfigStemAll
ConfigStemDevice = ConfigStemAll
ConfigStemSecurity = ConfigStemAll
)

0 comments on commit f0cd4ed

Please sign in to comment.