retroactiune/Retroactiune.WebAPI/appsettings.json

18 lines
440 B
JSON
Raw Normal View History

2021-05-28 20:52:56 +00:00
{
"DatabaseSettings": {
"FeedbackCollectionName": "feedbacks",
"TokensCollectionName": "tokens",
"FeedbackReceiverCollectionName": "feedback_receivers",
"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": "*"
}