2021-05-28 20:52:56 +00:00
|
|
|
{
|
2021-06-11 20:17:03 +00:00
|
|
|
"DatabaseSettings": {
|
2021-07-11 13:26:01 +00:00
|
|
|
"FeedbacksCollectionName": "feedbacks",
|
2021-05-29 17:02:16 +00:00
|
|
|
"TokensCollectionName": "tokens",
|
2021-07-11 13:26:01 +00:00
|
|
|
"FeedbackReceiversCollectionName": "feedback_receivers",
|
2021-05-29 17:02:16 +00:00
|
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
|
|
"DatabaseName": "Retroactiune"
|
|
|
|
},
|
2021-05-28 20:52:56 +00:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|