Перенести все админские эндпоинты на порт 8445 и добавить отдельную авторизацию для админов. Часть 2. Final #3
This commit is contained in:
@@ -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]}.
|
||||
]}.
|
||||
Reference in New Issue
Block a user