Code2Gether-Discord / Congo

Generic web store learning project that consists of three ASP.NET Core projects
https://code2gether-congo.azurewebsites.net/
11 stars 2 forks source link

Enable user secrets in WebApi #41

Closed ThorstenSauter closed 3 years ago

ThorstenSauter commented 3 years ago

In order to allow easy, local overriding of IConfiguration values (e.g. to provide a custom SQL Server connection string), a user secrets id should be provided in the WebApi project file.