Skip to content

Instantly share code, notes, and snippets.

@tetrashine
Last active September 21, 2022 19:55
Show Gist options
  • Save tetrashine/2907928123b78ebd999797c2f39a9c09 to your computer and use it in GitHub Desktop.
Save tetrashine/2907928123b78ebd999797c2f39a9c09 to your computer and use it in GitHub Desktop.
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"MyKey": "My appsettings key value",
"App": {
"Name": "Test App",
"Creator": "John Doe",
"Organisation": {
"Email": "support@test.com",
"Phone": "1234567"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment