InitialCode Commit

This commit is contained in:
Mueller Wayan
2025-09-07 19:06:43 +02:00
parent 887948bb02
commit d29e25992b
183 changed files with 82537 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-MTG_CollectionVerwaltung-f47236e6-9fc1-4aaf-b766-2b1c7dee482f;Trusted_Connection=True;MultipleActiveResultSets=true",
"MTGConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-MTG_CollectionVerwaltung-f47236e6-9fc1-4aaf-b766-2b1c7dee482f;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"AdminUser": {
"Email": "wayan@hispeed.ch"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}