Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@crgrieve
Created July 23, 2021 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crgrieve/3f732b44fb3cc02b984d3dfac30c4226 to your computer and use it in GitHub Desktop.
Save crgrieve/3f732b44fb3cc02b984d3dfac30c4226 to your computer and use it in GitHub Desktop.
Example appsettings.json for Umbraco v9
{
"$schema": "./umbraco/config/appsettings-schema.json",
"Serilog": {
"MinimumLevel": {
"Default": "Information"
},
"Umbraco": {
"CMS": {
"Content": {
"MacroErrors": "Throw"
},
"Hosting": {
"Debug": true
},
"ModelsBuilder": {
"ModelsMode": "SourceCodeAuto",
"ModelsDirectory": "~/models-builder",
"AcceptUnsafeModelsDirectory": false,
"DebugLevel": 0
},
"RuntimeMinification": {
"useInMemoryCache": true,
"cacheBuster": "Timestamp"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment