Skip to content

Commit

Permalink
Merge pull request #776 from lenny-intel/flatten-config
Browse files Browse the repository at this point in the history
refactor!: Change Config stem constants to flatten config layout
  • Loading branch information
Lenny Goodell authored Dec 6, 2022
2 parents 3865620 + 78cc929 commit 050d4a6
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/v3" // Version never changes during minor releases so v3 is more appropriate than 3.0
ConfigStemApp = ConfigStemAll
ConfigStemCore = ConfigStemAll
ConfigStemDevice = ConfigStemAll
ConfigStemSecurity = ConfigStemAll
)

0 comments on commit 050d4a6

Please sign in to comment.