DI ConnectionString

This commit is contained in:
2025-05-19 16:05:48 +02:00
parent 8579b885e1
commit 63e516fc22
6 changed files with 40 additions and 2 deletions

View File

@@ -5,5 +5,8 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ConnectionStrings": {
"MariaDB": "Server=localhost;User ID=admin;Password=admin;Database=FahrzeugDB"
}
}