Browse Source

Fix PurchaseUrl port in WebSPA appsettings.json (#1525)

pull/1526/head
n-stefan 4 years ago
committed by GitHub
parent
commit
9dec3b16e8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Web/WebSPA/appsettings.json

+ 1
- 1
src/Web/WebSPA/appsettings.json View File

@ -2,7 +2,7 @@
"IdentityUrl": "http://localhost:5105",
"MarketingUrl": "http://localhost:5110",
"CallBackUrl": "http://localhost:5104/",
"PurchaseUrl": "http://localhost:5200",
"PurchaseUrl": "http://localhost:5202",
"PurchaseUrlHC": "http://localhost:5202/hc",
"MarketingUrlHC": "http://localhost:5203/hc",
"IdentityUrlHC": "http://localhost:5105/hc",


Loading…
Cancel
Save