16 lines
359 B
JSON
16 lines
359 B
JSON
{
|
|
"Mirai": {
|
|
"host": "127.0.0.1",
|
|
"port": "8100",
|
|
"authKey": "theresa3rd",
|
|
"botQQ": "123456789"
|
|
},
|
|
"GoCqHttp": {
|
|
"host": "127.0.0.1",
|
|
"port": "8100"
|
|
},
|
|
"Database": {
|
|
"ConnectionString": "Data Source=127.0.0.1;port=3306;Initial Catalog=theresa3rdbot;uid=root;pwd=123456;CharSet=utf8mb4;SslMode=None;"
|
|
}
|
|
}
|