2024-06-09 08:47:35 +01:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2024-06-09 18:43:32 +01:00
|
|
|
"ConnectionStrings": {
|
|
|
|
"Default": "mongodb://localhost"
|
|
|
|
},
|
2024-06-09 08:47:35 +01:00
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|