Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 942fcdf

Browse files
authored
Merge pull request #968 from dotnet-architecture/fix/npm-reported-vulnerabilities
Fix npm reported JS vulnerabilities
2 parents 8d97f33 + 9720b4c commit 942fcdf

File tree

4 files changed

+719
-719
lines changed

4 files changed

+719
-719
lines changed

src/Web/WebSPA/appsettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"MarketingUrl": "http://localhost:5110",
44
"CallBackUrl": "http://localhost:5104/",
55
"PurchaseUrl": "http://localhost:5200",
6+
"PurchaseUrlHC": "http://localhost:5202/hc",
7+
"MarketingUrlHC": "http://localhost:5203/hc",
8+
"IdentityUrlHC": "http://localhost:5105/hc",
69
"UseCustomizationData": true,
710
"IsClusterEnv": "False",
811
"ActivateCampaignDetailFunction": false,

0 commit comments

Comments
 (0)