Rename Project and only use Username as Authentication

This commit is contained in:
2025-10-25 02:44:55 +02:00
parent cd3a84fd7c
commit d78958f7c6
130 changed files with 63669 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"ConnectionStrings": {
"CouchLogDB": "Data Source=Data\\CouchLog.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}