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
Update settings
pull/809/head
Ramón Tomás
7 years ago
parent
dfae447f68
commit
d018d00b68
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Web/WebMVC/appsettings.json
+1
-0
src/Web/WebSPA/appsettings.json
+ 1
- 1
src/Web/WebMVC/appsettings.json
View File
@ -4,7 +4,7 @@
"BasketUrl"
:
"http://localhost:5103"
,
"IdentityUrl"
:
"http://localhost:5105"
,
"CallBackUrl"
:
"http://localhost:5100/"
,
"IsClusterEnv"
:
"
Tru
e"
,
"IsClusterEnv"
:
"
Fals
e"
,
"UseResilientHttp"
:
"True"
,
"Logging"
:
{
"IncludeScopes"
:
false
,
+ 1
- 0
src/Web/WebSPA/appsettings.json
View File
@ -4,6 +4,7 @@
"BasketUrl"
:
"http://localhost:5103"
,
"IdentityUrl"
:
"http://localhost:5105"
,
"CallBackUrl"
:
"http://localhost:5104/"
,
"IsClusterEnv"
:
"False"
,
"Logging"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
Write
Preview
Loading…
Cancel
Save