Newsbot.Collector/Newsbot.Collector.Api/appsettings.template.json

32 lines
549 B
JSON
Raw Permalink Normal View History

2023-02-14 17:51:22 -08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Database": "",
"OpenTelemetry": ""
},
"Reddit": {
"IsEnabled": false,
"PullHot": false,
"PullNsfw": false,
"PullTop": false
},
"Youtube": {
"IsEnabled": false,
"Debug": false
},
"Twitch": {
"IsEnabled": false,
"ClientID": "",
"ClientSecret": ""
},
"FinalFantasyXiv": {
"IsEnabled": false
2023-02-14 17:51:22 -08:00
},
"AllowedHosts": "*",
"EnableSwagger": true
2023-02-14 17:51:22 -08:00
}