-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[URI4Files] Go- Refactor loading Config file to handle URI #553
Labels
enhancement
New feature or request
Milestone
Comments
lenny-goodell
changed the title
[URI4Files] Refactor loadConfigYamlFromFile to use new LoadFile function
[URI4Files] Refactor loading Config file to use new LoadFile function
Jun 6, 2023
lenny-goodell
changed the title
[URI4Files] Refactor loading Config file to use new LoadFile function
[URI4Files] Refactor loading Config file to handle URI
Jun 6, 2023
lenny-goodell
changed the title
[URI4Files] Refactor loading Config file to handle URI
[URI4Files] Go- Refactor loading Config file to handle URI
Jun 12, 2023
brian-intel
added a commit
to brian-intel/go-mod-bootstrap
that referenced
this issue
Jun 30, 2023
close edgexfoundry#553 Signed-off-by: Brian McGinn <brian.mcginn@intel.com>
brian-intel
added a commit
to brian-intel/go-mod-bootstrap
that referenced
this issue
Jun 30, 2023
close edgexfoundry#553 Signed-off-by: Brian McGinn <brian.mcginn@intel.com>
brian-intel
added a commit
to brian-intel/go-mod-bootstrap
that referenced
this issue
Jun 30, 2023
close edgexfoundry#553 Signed-off-by: Brian McGinn <brian.mcginn@intel.com>
5 tasks
lenny-goodell
pushed a commit
that referenced
this issue
Jul 17, 2023
* feat: Use loadfile that allows reading from local file or uri close #553
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refactor GetConfigFileLocation
If value returned by
environment.GetConfigFileName
starts withhttp://
orhttps://
then return this value and ignore values fromenvironment.GetConfigDir
andenvironment.GetProfileDir
Refactor loading of the config files
Change loadConfigYamlFromFile to use
LoadFromFIle
instead ofos.ReadFile
The text was updated successfully, but these errors were encountered: