mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 05:38:15 +08:00
#645 added a sample project using the administration api, tested locally and works as expected (#660)
This commit is contained in:
10
samples/AdministrationApi/appsettings.json
Normal file
10
samples/AdministrationApi/appsettings.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": true,
|
||||
"LogLevel": {
|
||||
"Default": "Trace",
|
||||
"System": "Trace",
|
||||
"Microsoft": "Trace"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user