2021-05-28 20:52:56 +00:00
|
|
|
{
|
2021-07-26 19:21:26 +00:00
|
|
|
"AuthorizationProvider": {
|
|
|
|
"Domain": "Your AuthProvider Domain",
|
|
|
|
"Audience": "Your API Url",
|
|
|
|
"SymmetricSecurityKey": "HS256 secret"
|
|
|
|
},
|
2021-07-17 12:55:22 +00:00
|
|
|
"Sentry": {
|
|
|
|
"Dsn": "",
|
|
|
|
"MaxRequestBodySize": "Always",
|
|
|
|
"SendDefaultPii": true,
|
|
|
|
"MinimumBreadcrumbLevel": "Debug",
|
|
|
|
"MinimumEventLevel": "Warning",
|
|
|
|
"AttachStackTrace": true,
|
|
|
|
"Debug": false,
|
|
|
|
"DiagnosticsLevel": "Error"
|
|
|
|
},
|
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": "*"
|
|
|
|
}
|