This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fix IncludeScopes
davidfowl/common-services
Reuben Bond
1 year ago
parent
109853983d
commit
d62ebcb791
6 changed files
with
14 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.json
+2
-1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.localhost.json
+2
-1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.Development.json
+2
-1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json
+3
-1
src/Services/Basket/Basket.FunctionalTests/appsettings.json
+3
-1
src/Services/Payment/Payment.API/appsettings.Development.json
+ 2
- 1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.json
View File
@ -1,12 +1,13 @@
{
"Logging"
:
{
"IncludeScopes"
:
false
,
"Debug"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Warning"
}
}
,
"Console"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Warning"
}
+ 2
- 1
src/ApiGateways/Mobile.Bff.Shopping/aggregator/appsettings.localhost.json
View File
@ -11,13 +11,14 @@
"IdentityUrlExternal"
:
"http://localhost:5105"
,
"IdentityUrl"
:
"http://localhost:5105"
,
"Logging"
:
{
"IncludeScopes"
:
false
,
"Debug"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Debug"
}
}
,
"Console"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Debug"
}
+ 2
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.Development.json
View File
@ -1,12 +1,13 @@
{
"Logging"
:
{
"IncludeScopes"
:
false
,
"Debug"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Debug"
}
}
,
"Console"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Debug"
}
+ 2
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json
View File
@ -1,12 +1,13 @@
{
"Logging"
:
{
"IncludeScopes"
:
false
,
"Debug"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Warning"
}
}
,
"Console"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
"Default"
:
"Warning"
}
+ 3
- 1
src/Services/Basket/Basket.FunctionalTests/appsettings.json
View File
@ -1,6 +1,8 @@
{
"Logging"
:
{
"IncludeScopes"
:
false
,
"Console"
:
{
"IncludeScopes"
:
false
}
,
"LogLevel"
:
{
"Default"
:
"Debug"
,
"System"
:
"Information"
,
+ 3
- 1
src/Services/Payment/Payment.API/appsettings.Development.json
View File
@ -1,6 +1,8 @@
{
"Logging"
:
{
"IncludeScopes"
:
false
,
"Console"
:
{
"IncludeScopes"
:
false
}
,
"LogLevel"
:
{
"Default"
:
"Debug"
,
"System"
:
"Information"
,
Write
Preview
Loading…
Cancel
Save