This commit is contained in:
15
Theresa3rd-Bot/appsettings.Production.json
Normal file
15
Theresa3rd-Bot/appsettings.Production.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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;"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user