32 lines
848 B
JSON
32 lines
848 B
JSON
{
|
|
"AuthorizationProvider": {
|
|
"Domain": "Your AuthProvider Domain",
|
|
"Audience": "Your API Url",
|
|
"SymmetricSecurityKey": "HS256 secret"
|
|
},
|
|
"Sentry": {
|
|
"Dsn": "",
|
|
"MaxRequestBodySize": "Always",
|
|
"SendDefaultPii": true,
|
|
"MinimumBreadcrumbLevel": "Debug",
|
|
"MinimumEventLevel": "Warning",
|
|
"AttachStackTrace": true,
|
|
"Debug": false,
|
|
"DiagnosticsLevel": "Error"
|
|
},
|
|
"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": "*"
|
|
}
|