retroactiune/Retroactiune.WebAPI/appsettings.json

17 lines
442 B
JSON

{
"DatabaseSettings": {
"FeedbacksCollectionName": "feedbacks",
"TokensCollectionName": "tokens",
"FeedbackReceiversCollectionName": "feedback_receivers",
"ConnectionString": "mongodb://localhost:27017",
"DatabaseName": "Retroactiune"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}