Move vecchia soluzione NET5
This commit is contained in:
@@ -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;"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user