Add project files.
This commit is contained in:
11
BasicDemo/appsettings.json
Normal file
11
BasicDemo/appsettings.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"MySetting": "This is my setting in appsettings.json"
|
||||
}
|
||||
Reference in New Issue
Block a user