17 lines
444 B
JSON
17 lines
444 B
JSON
{
|
|
"RetroactiuneDbSettings": {
|
|
"FeedbackCollectionName": "feedback",
|
|
"TokensCollectionName": "tokens",
|
|
"FeedbackReceiverCollectionName": "feedback_receiver",
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
"DatabaseName": "Retroactiune"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|