13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=(localdb)\\MSSQLLocalDB;Database=OnProfNextDB;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|