Перенести все админские эндпоинты на порт 8445 и добавить отдельную авторизацию для админов. Часть 2. Final #3

This commit is contained in:
2026-04-28 12:42:10 +03:00
parent 4ed6a961ab
commit 7ea4efd7d9
38 changed files with 1252 additions and 1124 deletions

View File

@@ -44,13 +44,11 @@
{ct_opts, [
{src_dirs, ["src", "test/api"]},
{sys_config, ["config/sys.config"]}, % Load app config
{logdir, "build"}, % Where to put HTML reports
{logdir, "_build/test/ct"}, % Where to put HTML reports
{verbose, true} % Print more info to console
]}.
{ct_compile_opts, [
{i, "include"}, % Include directory
{d, 'DEBUG'} % Define macros
]}.
{eunit_opts, [verbose]}.
]}.