mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 06:58:16 +08:00
removed ocelot website project from src and added a manual test project for this, renamed library project to just be ocelot
This commit is contained in:
10
test/Ocelot.ManualTest/appsettings.json
Normal file
10
test/Ocelot.ManualTest/appsettings.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user