kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.89k stars 1.71k forks source link

launchSettings.json overriding the MeetingsConnectionString set in appsettings.jsonto be "aaa" - Update Instructions #234

Open tchurchfield-streamba opened 2 years ago

tchurchfield-streamba commented 2 years ago

As a heads up, the launchSettings.json file adds MeetingsConnectionString as an environment variable (with the value "aaa"). This overwrites the same variable set in the appsettings.json file as specified in the Configure connection string instructions. It wasn't abundantly clear that this was the problem so it may be worth removing this variable from the launchSettings.json file or updating the instructions to get the user to update this variable in thelaunchSettings.json file, rather than the appsettings.json file.