{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Debug", "LittleShop": "Debug" } }, "Security": { "AllowInsecureSSL": true, "EnableDetailedErrors": true }, "CORS": { "AllowedOrigins": [ "http://localhost:3000", "http://localhost:5173", "http://localhost:5000", "http://localhost:5001", "https://localhost:5001" ] } }