{ "ApiUrl": "", "ApiKey": "RUJeLSpSMzVASUdaRCEzUyYxRSE0VyFISFRSJC0zRzhLM1hCSDU=", "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Information" } }, "Serilog": { "MinimumLevel": "Information", "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "logs/log-.log", "rollingInterval": "Day" } } ] }, "AllowedHosts": "*" }