| 12345678910111213141516171819 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "JWT": {
- "Issuer": "zzy2025@qq.com",
- "Audience": "zzy2025@qq.com",
- "Key": "A86DA1301B954748B3B21B6AA9F2F743", //加密密钥
- "ExpireSeconds": 600 //密钥过期时间
- },
- "IpWhiteList": "172.16.8.154;127.0.0.1;192.168.1.5;::1",
- "ConnectionStrings": {
- "todoContext": "Server=172.16.8.154;Database=DopInterfacePlatform;uid=sa;pwd=ac%qams)aCXI;Trusted_Connection=false;TrustServerCertificate=True"
- }
- }
|