dmlarionov / RabbitMQ.TraceableMessaging-example1

Demo project for RabbitMQ.TraceableMessaging with Application Insights.
4 stars 2 forks source link

Ensure that `apigw` run on http://localhost:59023 #3

Closed dmlarionov closed 5 years ago

dmlarionov commented 5 years ago

Now starting apigw at 59023 is assumed not guaranteed, but have to be.

dmlarionov commented 5 years ago

It is http://localhost:5010 now for VS Code / VS debug as configured in appsettings.Development.json of both cli and apigw and it is http://apigw:5010 for everything in docker configuration as configured in appsettings.json of both.