{ "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "" }, "JwtSettings": { "SecretKey": "", "Issuer": "SPMS", "Audience": "SPMS", "ExpiryMinutes": 10, "RefreshTokenExpiryDays": 7 }, "RabbitMQ": { "HostName": "", "Port": 0, "UserName": "", "Password": "", "VirtualHost": "dev" }, "CredentialEncryption": { "Key": "" }, "Serilog": { "MinimumLevel": { "Default": "Debug", "Override": { "SPMS": "Debug", "Microsoft.AspNetCore": "Information", "Microsoft.EntityFrameworkCore": "Warning" } }, "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "Logs/spms-.log", "rollingInterval": "Day", "retainedFileCountLimit": 7, "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] [{RequestId}] {Message:lj}{NewLine}{Exception}" } } ] } }