summaryrefslogtreecommitdiffstats
path: root/src/server/Utilities/ConnectionStrings.cs
Commit message (Collapse)AuthorAgeFilesLines
* fix: ignore secretsivarlovlie2022-02-101-2/+0
|
* feat: Write database connection details when getting configuration stringsivarlovlie2022-02-101-0/+2
|
* feat: WIP: Map github loginsivarlovlie2022-01-301-0/+22
When github is used for login, we want to create a mapping to a regular user in our database. This is mainly so that we don't have to change the PK in our database or add a column to it.