14 lines
304 B
JSON
14 lines
304 B
JSON
|
{
|
||
|
"ConnectionStrings": {
|
||
|
"DefaultConnection": "Server=localhost;Database=ManarahDb;Trusted_Connection=True;MultipleActiveResultSets=true;encrypt=false"
|
||
|
},
|
||
|
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|