{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "AuthService": { "BaseUrl": null, "Login": "api/Auth/db-first/login", "Logout": "api/Auth/logout", "Check": "api/Auth/check" }, "ConnectionStrings": { "DefaultConnection": null, "MassDataConnection": null }, "Cors": { "AllowedOrigins": [] }, "Dashboard": { "BaseUrl": null } }