aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

AppSettings Overhaul #340

Closed KristianS93 closed 11 months ago

KristianS93 commented 12 months ago

Description

A consistent issue for the developers on the Giraf web-api is changing the AppSettings specifically in relation to the connection string for the mysql database. Right now the development settings are used both doing local development, and in the CI, and using the connection string in both environments requires a change, which is a suboptimal developer flow, and leads to annoying errors.

This issue is also related to issue #329 as there is a new appsettings for the docker.

Definition of Done