{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "JWT": { "Issuer": "zzy2025@qq.com", "Audience": "zzy2025@qq.com", "Key": "A86DA130-1B95-4748-B3B2-1B6AA9F2F743", //加密密钥 "ExpireSeconds": 600 //密钥过期时间 }, "IpWhiteList": "192.168.1.5;::1", "ConnectionStrings": { "todoContext": "Server=123.60.180.165;Database=DopInterfacePlatform;uid=sa;pwd=5h3n9)uN;Trusted_Connection=false;TrustServerCertificate=True" } }