📄 appsettings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "ConnectionStrings": {
    "Screenings": "DataSource=screenings.db"
  },
  "Monitor": {
    "IntervalSeconds": 300,
    "Url": "https://whatson.bfi.org.uk/imax/Online/default.asp?BOparam::WScontent::loadArticle::permalink=odyssey-the-film-imax-70mm-2026",
    "PhoneNumbers": ["+46722177038"]
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}