13 lines
243 B
JSON
13 lines
243 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"ConnectionStrings": {
|
||
|
"MongoDB": "mongodb://localhost"
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|