ConsumerDataRight / mock-data-holder

A mock version of a Consumer Data Right Data Holder solution that can be used in the development and testing of CDR solutions
MIT License
17 stars 23 forks source link

Added launchsettings.json files for each runnable project #22

Closed ACCC-DF closed 3 years ago

ACCC-DF commented 3 years ago

Checklist: (Put an x in all the boxes that apply)

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Added launchsettings.json files to runnable projects to enable startup from Visual Studio using the correct ports and settings.

What is the current behavior? (You can also link to an open issue here) With no consistent launch settings each project can be assigned a random port when starting which doesn't match to the expected behaviour of the solution components.

What is the new behavior? (if this is a feature change) Projects can startup from Visual Studio configured with the expected URL and port.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) No.

Other information:

CDR-AndrewG commented 3 years ago

Will re-open at a later date.