Skip to content

Commit

Permalink
Fix config provider
Browse files Browse the repository at this point in the history
  • Loading branch information
LOU Xun committed Aug 27, 2019
1 parent bf86dbb commit aee3e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment :prod do
set cookie: :"prod-secret"
set vm_args: "rel/vm.args"
set config_providers: [
{Mix.Releases.Config.Providers.Elixir, ["${RELEASE_ROOT_DIR}/config/secret.exs"]}
{Distillery.Releases.Config.Providers.Elixir, ["${RELEASE_ROOT_DIR}/config/secret.exs"]}
]
set overlays: [
{:mkdir, "config"},
Expand Down

0 comments on commit aee3e16

Please sign in to comment.