chore: initial commit

contains boilerplate code
This commit is contained in:
2025-12-07 23:09:50 +01:00
commit eb6a8e52c1
12 changed files with 683 additions and 0 deletions

12
appsettings.example.json Normal file
View File

@@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=SERVER-HOST;Database=DB-NAME;Username=DATABASE-USER;Password=USER-SECRET"
}
}