chore: rename emqx-example-en.conf to emqx-example.conf

This commit is contained in:
Zhongwen Deng 2022-06-30 16:57:36 +08:00
parent 3df86508bc
commit 4f08a807fe
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ defmodule EMQXUmbrella.MixProject do
Mix.Generator.copy_file(
"apps/emqx_dashboard/etc/emqx.conf.en.example",
Path.join(etc, "emqx-example-en.conf"),
Path.join(etc, "emqx-example.conf"),
force: overwrite?
)

View File

@ -401,7 +401,7 @@ etc_overlay(ReleaseType, Edition) ->
[
{mkdir, "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(
fun