Telebilbao-Epg/TelebilbaoEpg/appsettings.json
David Claeys 8d198d46e0
All checks were successful
Build docker container / build (push) Successful in 5m4s
initial commit
2024-05-10 16:06:42 +02:00

15 lines
324 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Quartz": {
"JobSchedule": "0 0/30 * * * ?"
},
"TableScrapeUrl": "https://www.telebilbao.es/programacion/",
"StationProgramInformationUrl": "https://www.telebilbao.es/"
}