[INIT] Initial project setup

This commit is contained in:
max
2025-08-02 13:37:53 +02:00
commit f62fea37f1
22 changed files with 1069 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}