{ "WebApiDB": { "ConnectionString": "mongodb+srv://dzenis12:Nekasifra123@chat.hvh4y.mongodb.net/?retryWrites=true&w=majority", "DatabaseName": "WebApiDB" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "JwtSettings": { "validIssuer": "http://localhost:5116", "validAudience": "http://localhost:3000", "jwtSecret": "Ovo je neka sifra koja treba biti tajna" }, "Serilog": { "Using": [ "Serilog.Sinks.File" ], "MinimumLevel": { "Default": "Information" }, "WriteTo": [ //{ // "Name": "File", // "Args": { // "path": "../Diligent.WebAPI.Host/Logging/webapi-.log", // "rollingInterval": "Day", // "outputTemplate": "[{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} {CorrelationId} {Level:u3} {Username} {Message:lj}{NewLine}{Exception}]" // } //}, { "Name": "Seq", "Args": { "serverUrl": "http://localhost:5117" } } ] } }