ConsulConfigProvider

Installation

If available in Hex, the package can be installed by adding consul_config_provider to your list of dependencies in mix.exs:

def deps do
[
{:consul_config_provider, "~> 0.1.0"}
]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/consul_config_provider.

Sample Usage

releases: [
release_name: [
include_executables_for: [:unix],
applications: [
runtime_tools: :permanent,
app_name_here: :permanent
],
config_providers: [
{ConsulConfigProvider,
%{prefix: "services/app_namespace_in_consul/v1", app_name: :app_name_here}}
]
]
],

Information