{ "$schema" : "./umbraco/config/appsettings-schema.json", "Serilog": { "MinimumLevel": { "Default": "Information" }, "WriteTo": [ { "Name": "Async", "Args": { "configure": [ { "Name": "Console" } ] } } ] }, //#if (HasConnectionString) "ConnectionStrings": { "umbracoDbDSN": "CONNECTION_FROM_TEMPLATE" }, //#endif "Umbraco": { "CMS": { "Content": { "MacroErrors": "Throw" }, //#if (UsingUnattenedInstall) "Unattended": { "InstallUnattended": true, "UnattendedUserName": "FRIENDLY_NAME_FROM_TEMPLATE", "UnattendedUserEmail": "EMAIL_FROM_TEMPLATE", "UnattendedUserPassword": "PASSWORD_FROM_TEMPLATE" }, //#endif "Global": { "Smtp": { "From": "your@email.here", "Host": "localhost", "Port": 25 } }, "Hosting": { "Debug": true }, "RuntimeMinification": { "useInMemoryCache": true, "cacheBuster": "Timestamp" } } } }