Skip to content

Commit d018d00

Browse files
committed
Update settings
1 parent dfae447 commit d018d00

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Web/WebMVC/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"BasketUrl": "http://localhost:5103",
55
"IdentityUrl": "http://localhost:5105",
66
"CallBackUrl": "http://localhost:5100/",
7-
"IsClusterEnv": "True",
7+
"IsClusterEnv": "False",
88
"UseResilientHttp": "True",
99
"Logging": {
1010
"IncludeScopes": false,

src/Web/WebSPA/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"BasketUrl": "http://localhost:5103",
55
"IdentityUrl": "http://localhost:5105",
66
"CallBackUrl": "http://localhost:5104/",
7+
"IsClusterEnv": "False",
78
"Logging": {
89
"IncludeScopes": false,
910
"LogLevel": {

0 commit comments

Comments
 (0)