You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
465 B
JSON
22 lines
465 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AppSettings": {
|
|
"Urls": "http://0.0.0.0:5000"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Redis": "127.0.0.1:6379,defaultDatabase=0,max pool size=50,tryit=0"
|
|
},
|
|
"QQConfig": {
|
|
"SendApiUrl": "http://192.168.142.133:3000",
|
|
"AccessToken": "123456",
|
|
"RobotQQ": "3902582794",
|
|
"XiuXianGroupId": "705807264"
|
|
}
|
|
}
|