chore: rename emqx-example-en.conf to emqx-example.conf
This commit is contained in:
parent
3df86508bc
commit
4f08a807fe
2
mix.exs
2
mix.exs
|
@ -331,7 +331,7 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
|
|
||||||
Mix.Generator.copy_file(
|
Mix.Generator.copy_file(
|
||||||
"apps/emqx_dashboard/etc/emqx.conf.en.example",
|
"apps/emqx_dashboard/etc/emqx.conf.en.example",
|
||||||
Path.join(etc, "emqx-example-en.conf"),
|
Path.join(etc, "emqx-example.conf"),
|
||||||
force: overwrite?
|
force: overwrite?
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -401,7 +401,7 @@ etc_overlay(ReleaseType, Edition) ->
|
||||||
[
|
[
|
||||||
{mkdir, "etc/"},
|
{mkdir, "etc/"},
|
||||||
{copy, "{{base_dir}}/lib/emqx/etc/certs", "etc/"},
|
{copy, "{{base_dir}}/lib/emqx/etc/certs", "etc/"},
|
||||||
{copy, "apps/emqx_dashboard/etc/emqx.conf.en.example", "etc/emqx-example-en.conf"}
|
{copy, "apps/emqx_dashboard/etc/emqx.conf.en.example", "etc/emqx-example.conf"}
|
||||||
] ++
|
] ++
|
||||||
lists:map(
|
lists:map(
|
||||||
fun
|
fun
|
||||||
|
|
Loading…
Reference in New Issue