mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 04:38:15 +08:00
Updated to netcoreapp3.1
* added basic sample * updated docs
This commit is contained in:
9
samples/OcelotBasic/appsettings.Development.json
Normal file
9
samples/OcelotBasic/appsettings.Development.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user