Skip to content

Commit

Permalink
Merge pull request #83 from CraigCottingham/master
Browse files Browse the repository at this point in the history
Enable config providers and overlays
  • Loading branch information
krisalyssa authored Aug 18, 2019
2 parents 78c0b06 + a75064e commit 1fd1858
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rel/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ release :kerbal_maps do
set applications: [
:runtime_tools
]
# set config_providers: [
# {Mix.Releases.Config.Providers.Elixir, ["${RELEASE_ROOT_DIR}/etc/config.exs"]}
# ]
# set overlays: [
# {:copy, "rel/config/config.exs", "etc/config.exs"}
# ]
set config_providers: [
{Mix.Releases.Config.Providers.Elixir, ["${RELEASE_ROOT_DIR}/etc/config.exs"]}
]
set overlays: [
{:copy, "rel/config/config.exs", "etc/config.exs"}
]
end

0 comments on commit 1fd1858

Please sign in to comment.