Skip to content
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

feat: Add -d/--dev common command-line flag to put service in Dev Mode #516

Merged
merged 2 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. feat: Add -d/--dev common command-line flag to put service in Dev Mode

    Dev Mode is used when running service locally with the other services running in Docker (aka hybrid mode). This causes all the `Host` settings pulled from common configuration to be overridden with the value `localhost`.
    
    closes edgexfoundry#509
    
    Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
    Leonard Goodell committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8cee920 View commit details
    Browse the repository at this point in the history
  2. fix: Addressed PR feedback about using pointers for all bootstrap obj…

    …ects
    
    Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
    Leonard Goodell committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    fd80cfe View commit details
    Browse the repository at this point in the history