{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "server=192.168.5.200;username=root;password=768788Dyw@;port=3306;database=api_billing_system;SslMode=Preferred;" }, "JwtSettings": { "Secret": "deXtdXode6hv0SI1o6xRw1ALkn0vYsWn", "Issuer": "qinglan", "Audience": "qinglan", "AccessTokenExpiryMinutes": 60, "RefreshTokenExpiryDays": 7 }, "redis": { "ConnectionString": "192.168.5.200:6379" }, "EmailSettings": { "Server": "smtp.exmail.qq.com", "Port": "587", "Ssl": true, "Username": "nanxun@nxsir.cn", "Password": "2919054393Dyw" } }