HXL.Provider (hxl v0.1.0) View Source

This module implements Config.Provider behaviour, so that HCL files can be used for configuration of releases.

Usage

config_providers: [
  {HXL.Provider, [{:system, "RELEASE_ROOT", "/path/to/config.hcl"}]}
]

Using a keyword list with options

config_providers: [
  {HXL.Provider, path: "/path/to/config.hcl", functions: %{}, variables: %{}}
]