Настройка репликации. Часть 1 #14

This commit is contained in:
2026-05-03 14:55:57 +03:00
parent 4fdf380f15
commit 3d61830f1c
6 changed files with 137 additions and 58 deletions

View File

@@ -1,14 +1,11 @@
[
{eventhub, [
{http_port, 8080},
{ws_port, 8081},
{admin_http_port, 8445},
{admin_ws_port, 8446},
{http_port, "${HTTP_PORT:-8080}"},
{ws_port, "${WS_PORT:-8081}"},
{admin_http_port, "${ADMIN_HTTP_PORT:-8445}"},
{admin_ws_port, "${ADMIN_WS_PORT:-8446}"},
{jwt_secret, <<"${JWT_SECRET:-change_me_in_production}">>}
]},
{mnesia, [
{dir, "${MNESIA_DIR:-Mnesia.${NODE}}"}
]},
{kernel, [
{logger_level, info},
{logger, [