Introduce EF

This commit is contained in:
2023-10-17 01:18:17 +02:00
parent 8a2995302a
commit 489f0ee35a
5 changed files with 24 additions and 0 deletions

View File

@@ -5,5 +5,8 @@
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"sqlConnection": "server=.; database=GerbilManager; Integrated Security=true"
},
"AllowedHosts": "*"
}