Skip to content

Instantly share code, notes, and snippets.

@configureappio
Created March 24, 2018 07:41
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 configureappio/a1967450acb923286654e4aa41f27688 to your computer and use it in GitHub Desktop.
Save configureappio/a1967450acb923286654e4aa41f27688 to your computer and use it in GitHub Desktop.
Example appsettings.json file
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"MyAppSettings": {
"ApplicationName": "Hello World",
"CountOfItems": 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment