ConsulConfigProvider

License: MITHex pmhexdocs.pm

Installation

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"},
{:mojito, "~> 0.6.0"},
]
end

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