vendrhub / vendr-demo-store

Demo store for Vendr, the eCommerce solution for Umbraco v8+
MIT License
25 stars 15 forks source link

Update launchSettings.json i NET Core demo store #16

Open bjarnef opened 2 years ago

bjarnef commented 2 years ago

Currently it has the following settings in launchSettings.json https://github.com/vendrhub/vendr-demo-store/blob/v2/netcore/main/src/Vendr.DemoStore.Web/Properties/launchSettings.json#L19-L27

However it seems it should match the project name: https://stackoverflow.com/a/55886030/1693918

On my machine it start http://localhost:44322 but ngrok it configured to connect to localhost:61191 https://github.com/vendrhub/vendr-demo-store/blob/v2/netcore/main/ngrok.bat