Docker configure

This commit is contained in:
2026-04-23 21:02:58 +03:00
parent d87603595a
commit 341f40a02a
8 changed files with 248 additions and 11 deletions

View File

@@ -4,11 +4,10 @@
{ws_port, 8081},
{admin_http_port, 8445},
{admin_ws_port, 8446},
{jwt_secret, <<"my-super-secret-key-for-jwt-32-bytes!">>},
{argon2_params, #{t_cost => 2, m_cost => 19, parallelism => 1}}
{jwt_secret, <<"${JWT_SECRET:-change_me_in_production}">>}
]},
{mnesia, [
{dir, "Mnesia.${NODE}"}
{dir, "${MNESIA_DIR:-Mnesia.${NODE}}"}
]},
{kernel, [
{logger_level, info},