Telebilbao-Epg/TelebilbaoEpg/appsettings.json
David Claeys 87e8700236
Some checks failed
Build docker container / build (push) Failing after 7m21s
add movie scraping and documentation
2024-05-17 10:17:15 +02:00

20 lines
440 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Quartz": {
"JobSchedule": "$JOB_SCHEDULE"
},
"TableScrapeUrl": "https://www.telebilbao.es/programacion/",
"StationProgramInformationUrl": "https://www.telebilbao.es/",
"MovieApi": {
"Url": "$MOVIE_API_URL",
"ApiKey": "$MOVIE_API_KEY",
"ImageUrl": "$MOVIE_IMAGE_URL"
}
}