fix mysql
This commit is contained in:
parent
ed0ad499dd
commit
bcfcbcbd1d
@ -47,13 +47,13 @@
|
|||||||
{mysql_sdlan,
|
{mysql_sdlan,
|
||||||
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
|
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
|
||||||
[
|
[
|
||||||
{host, {39, 98, 184, 67}},
|
{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">>]}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user