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

[reloader] Add support for multiple config files #171

Closed
wants to merge 2 commits into from
Closed

[reloader] Add support for multiple config files #171

wants to merge 2 commits into from

Commits on Apr 16, 2019

  1. [reloader] Add support for multiple config files

    Currently the config file expects there to only be one config file
    watched.  However, the nats config file can include other paths, and
    we may also want to watch those.
    
    This commit implements being able to specify an arbtirary number of
    configuration files to be watched.
    schancel committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    38a67d9 View commit details
    Browse the repository at this point in the history
  2. Did this break e2e???

    schancel committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4af7d23 View commit details
    Browse the repository at this point in the history