Move vecchia soluzione NET5

This commit is contained in:
Samuele Locatelli
2022-04-12 14:26:09 +02:00
parent f0d8ede575
commit df973a4fbe
72 changed files with 0 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Server=SQL2016DEV;Database=BlaServApp;Trusted_Connection=True;MultipleActiveResultSets=true",
"BlaServApp.Data": "Server=SQL2016DEV;Database=BlaServApp;User ID=sa;Password=keyhammer16;integrated security=False;MultipleActiveResultSets=True;App=BlaServApp.UI;"
}
}