{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Server=127.0.0.1,19433;Database=LingAdminDB;User Id=sa;Password=Blank@0925;TrustServerCertificate=True;Encrypt=False;" }, "JwtSettings": { "SecretKey": "L1cuvNq1rUe8GLnHeKoWXpmWH5VoZW/+RydX7ONQ1nc4=", "Issuer": "LingAdmin.API", "Audience": "LingAdmin.Client", "ExpiryMinutes": "60" } }