CN.CAICT.IDIS.Client.Web/appsettings.json

16 lines
390 B
JSON
Raw Permalink Normal View History

2024-05-09 01:24:50 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"DefaultConnection":"server=server.bitfall.icu;port=3306;database=ifactory;uid=ifactory;password=JdBfKR2dxhm76Ss2;",
2024-05-31 01:19:55 +08:00
"Urls":"http://+:5150",
"Signature": {
"DefaultHandle": "88.123.99/638514755153927653",
"DefaultType": "base64"
},
2024-05-09 01:24:50 +08:00
"AllowedHosts": "*"
}