Browse Source

Fix MarketingUrl Port on AppSettings

pull/1549/head
Carlos de Miguel Ferrero 4 years ago
parent
commit
998e66a9c8
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

@ -1,6 +1,6 @@
{
"IdentityUrl": "http://localhost:5105",
"MarketingUrl": "http://localhost:5110",
"MarketingUrl": "http://localhost:5203",
"CallBackUrl": "http://localhost:5104/",
"PurchaseUrl": "http://localhost:5202",
"PurchaseUrlHC": "http://localhost:5202/hc",


Loading…
Cancel
Save