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