fix mysql config

This commit is contained in:
anlicheng 2023-12-27 12:41:21 +08:00
parent 5aa588f990
commit 6825454945

View File

@ -47,7 +47,7 @@
{mysql_iot,
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
[
{host, {172, 19, 0, 2}},
{host, {172, 30, 6, 182}},
{port, 3306},
{user, "root"},
{connect_mode, lazy},