fix prod config

This commit is contained in:
anlicheng 2026-03-31 12:17:15 +08:00
parent c7036567e3
commit 3298f714fc

View File

@ -3,7 +3,7 @@
{http_server, [ {http_server, [
{port, 18082}, {port, 18082},
{acceptors, 500}, {acceptors, 50},
{max_connections, 10240}, {max_connections, 10240},
{backlog, 10240} {backlog, 10240}
]}, ]},
@ -51,11 +51,11 @@
[ [
{host, {118, 178, 229, 213}}, {host, {118, 178, 229, 213}},
{port, 3306}, {port, 3306},
{user, "sdlanuser"}, {user, "punchnetuser"},
{connect_mode, lazy}, {connect_mode, lazy},
{keep_alive, true}, {keep_alive, true},
{password, "sdlan@J1c8WGu"}, {password, "punchnet@J1c8WGu"},
{database, "sdlan"}, {database, "punchnet_v2"},
{queries, [<<"set names utf8">>]} {queries, [<<"set names utf8">>]}
] ]
}, },