123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- },
- "File": {
- "Path": "Logs/app-.log",
- "Append": true,
- "MaxFileSize": 20971520,
- "MaxRollingFiles": 10
- }
- },
- "AllowedHosts": "*",
- "Kestrel": {
- "Endpoints": {
- "Https1": {
- "Url": "https://*:8326",
- "Certificate": {
- "Path": "Configs/cer/cert.pem",
- "KeyPath": "Configs/cer/key.pem"
- }
- }
- }
- },
- "ExamServer": {
- "Timeout": 30000,
- "Delay": 500,
- "CenterUrl": "https://www.teammodel.cn",
- "NotifyUrl": "https://www.winteach.cn",
- "MusicUrl": "https://musicapi.winteach.cn/api/v1"
- },
- "ExamClient": {
- "Domain": "habook.local"
- },
- "Version": "1.250205.01"
- }
|