2022-09-27 14:26:56 -04:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2022-10-08 13:22:12 -04:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
2022-10-25 13:08:58 -04:00
|
|
|
"DefaultConnection": "Server=(localdb)\\mssqllocaldb; Database=GrossesMitainesDB3; Trusted_Connection=True; MultipleActiveResultSets=true"
|
2022-10-08 13:22:12 -04:00
|
|
|
}
|
2022-09-27 14:26:56 -04:00
|
|
|
}
|