{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "Cors": { "AllowedOrigins": [ "http://127.0.0.1:5500", "http://localhost:5500" ] }, "AllowedHosts": "*" }