Переделать связь нод в кластере на автоматическое обнаружение #9

This commit is contained in:
2026-05-01 22:30:40 +03:00
parent 1787b0f8a3
commit f36dd3bbc1
25 changed files with 870 additions and 332 deletions

View File

@@ -8,7 +8,7 @@
{jose, "1.11.10"},
{argon2, "1.2.0"},
{meck, "0.9.2"},
{gun, "2.0.0"},
{gun, "2.2.0"},
{prometheus_cowboy, "0.2.0"}
]}.
@@ -44,7 +44,7 @@
{ct_opts, [
{src_dirs, ["src", "test/api"]},
{sys_config, ["config/sys.config"]}, % Load app config
{logdir, "_build/test/ct"}, % Where to put HTML reports
{logdir, "logs/test/ct"}, % Where to put HTML reports
{verbose, true} % Print more info to console
]}.