style: auto format
This commit is contained in:
parent
df1cbb0bab
commit
7e2c035562
|
@ -35,7 +35,7 @@ defmodule EMQX.MixProject do
|
|||
{:hocon, github: "emqx/hocon"},
|
||||
{:pbkdf2, github: "emqx/erlang-pbkdf2", tag: "2.0.4"},
|
||||
{:snabbkaffe, github: "kafka4beam/snabbkaffe", tag: "0.14.0"},
|
||||
{:jiffy, github: "emqx/jiffy", tag: "1.0.5"}
|
||||
{:jiffy, github: "emqx/jiffy", tag: "1.0.5"}
|
||||
]
|
||||
end
|
||||
end
|
||||
|
|
|
@ -15,9 +15,9 @@ defmodule EmqxReleaseHelper.Applications do
|
|||
application :emqx_machine do
|
||||
start_type :permanent
|
||||
|
||||
overlay do
|
||||
template "etc/emqx.conf.all", "etc/emqx.conf"
|
||||
end
|
||||
overlay do
|
||||
template "etc/emqx.conf.all", "etc/emqx.conf"
|
||||
end
|
||||
end
|
||||
|
||||
application :emqx_bridge do
|
||||
|
|
Loading…
Reference in New Issue