{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "Settings": { "SiteUrl": "https://localhost:7195", "DataDirectory": "./data", "CorsOrigins": [ "http://localhost:3000" ] } }