-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
security-servicestech-debtissue_type denoting refactoring to improve design or removal of temporary workaroundsissue_type denoting refactoring to improve design or removal of temporary workarounds
Milestone
Description
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for facilitating all services that is using the configuration stem informationDescription [REQUIRED]
A clear and concise description of the problem or missing capability...currently the configuration stem path information is stored in the edgex-go repo. it would be nice to have it in the common library place to be shared for all services. See this section in the PR
Describe the solution you'd like
If you have a solution in mind, please describe it.add the following constants to the global constants:
ConfigStemApp = "edgex/appservices/"
ConfigStemCore = "edgex/core/"
ConfigStemDevice = "edgex/devices/"Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?Metadata
Metadata
Assignees
Labels
security-servicestech-debtissue_type denoting refactoring to improve design or removal of temporary workaroundsissue_type denoting refactoring to improve design or removal of temporary workarounds