|
{
|
|
"ConnectionStrings": {
|
|
"AppDb": "Server=localhost;Database=KoogleApp;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|