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

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