fix dev config
This commit is contained in:
parent
c901be5056
commit
e4ab822386
@ -13,12 +13,12 @@
|
|||||||
{mysql_bot,
|
{mysql_bot,
|
||||||
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
|
[{size, 10}, {max_overflow, 20}, {worker_module, mysql}],
|
||||||
[
|
[
|
||||||
{host, "39.98.184.67"},
|
{host, "47.111.101.3"},
|
||||||
{port, 3306},
|
{port, 3306},
|
||||||
{user, "nannonguser"},
|
{user, "root"},
|
||||||
{connect_mode, synchronous},
|
{connect_mode, synchronous},
|
||||||
{keep_alive, true},
|
{keep_alive, true},
|
||||||
{password, "nannong@Fe7w"},
|
{password, "r3a-7Qrh#3Q"},
|
||||||
{database, "njau_bot"},
|
{database, "njau_bot"},
|
||||||
{queries, [<<"set names utf8">>]}
|
{queries, [<<"set names utf8">>]}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user