Fix MarketingUrl Port on AppSettings

This commit is contained in:
Carlos de Miguel Ferrero 2020-12-16 13:26:50 +01:00
parent 7d8c21fe9a
commit 998e66a9c8

View File

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