fix prod config

This commit is contained in:
anlicheng 2024-11-06 14:41:04 +08:00
parent 0cff698292
commit 19b469708f

View File

@ -13,7 +13,7 @@
{mysql_bot,
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
[
{host, {172, 30, 37, 231}},
{host, "172.30.37.212"},
{port, 3306},
{user, "njaubot"},
{connect_mode, synchronous},