DI ConnectionString
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"MariaDB": "Server=localhost;User ID=admin;Password=admin;Database=FahrzeugDB"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user