Files
theresa3rd-bot/Theresa3rd-Bot/appsettings.Production.json
mol 32f4bfe768
Some checks failed
continuous-integration/drone Build is failing
first commit
2023-12-08 13:49:50 +08:00

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;"
}
}