Restliche Funktionen Hinzugefügt

Siehe Projekttagebuch
This commit is contained in:
2026-02-04 14:32:53 +01:00
parent 34366d782c
commit 6dfd21da3b
420 changed files with 8088 additions and 114 deletions

Binary file not shown.

View File

@@ -0,0 +1 @@
{"Version":1,"ManifestType":"Publish","Endpoints":[]}

View File

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

View File

@@ -0,0 +1,11 @@
{
"ConnectionStrings": {
"Default": "Server=10.204.192.110;Port=3306;Database=ticket_sys;User Id=root;Password=example;SslMode=None;AllowPublicKeyRetrieval=True;"
//"Default": "jdbc:mysql://10.204.192.110:3306/ticket_sys"
},
"Jwt": {
"Secret": "CHANGE_ME_TO_A_LONG_RANDOM_SECRET_32+_CHARS",
"Issuer": "Ticket-System",
"Audience": "Ticket-System"
}
}

View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.2",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}