Last active
September 21, 2022 19:55
-
-
Save tetrashine/2907928123b78ebd999797c2f39a9c09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Logging": { | |
"LogLevel": { | |
"Default": "Information", | |
"Microsoft.AspNetCore": "Warning" | |
} | |
}, | |
"AllowedHosts": "*", | |
"MyKey": "My appsettings key value", | |
"App": { | |
"Name": "Test App", | |
"Creator": "John Doe", | |
"Organisation": { | |
"Email": "[email protected]", | |
"Phone": "1234567" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment