fix config

This commit is contained in:
anlicheng 2026-06-01 15:06:07 +08:00
parent f888a1c3f4
commit 5ada1b154c
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{mod, {efka_app, []}},
{applications,
[
sync,
%sync,
docker,
cowboy,
ranch,

View File

@ -17,6 +17,7 @@
sasl]},
{mode, prod},
{include_erts, true},
{sys_config_src, "./config/sys.config.src"},
{vm_args_src, "./config/vm.args.src"}