Both configs rely on consul services to render endpoint URLs.
When one of these services goes down for whatever reason, the entire file becomes invalid because it's missing config values.
This PR fixes that issue by making the entire config section dependent on the service. Thus, when a service goes down, the config file is rendered correctly.
PR also removes a bunch of extra hermes config files.
Both configs rely on consul services to render endpoint URLs.
When one of these services goes down for whatever reason, the entire file becomes invalid because it's missing config values.
This PR fixes that issue by making the entire config section dependent on the service. Thus, when a service goes down, the config file is rendered correctly.
PR also removes a bunch of extra hermes config files.