.env.example 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. LOG_LEVEL = "debug"
  2. REDIS_CONN = "redis://localhost:6379/10"
  3. PUPPETEER_URL = "http://localhost:8000/api/v1/visit"
  4. MASTODON_URL = "https://<mastodon-domain>"
  5. MASTODON_API_URL = "https://<mastodon-domain>/api/v1/"
  6. MASTODON_STREAMING_URL = "wss://<mastodon-domain>/api/v1/streaming"
  7. MASTODON_ACCESS_TOKEN = "<access-token>"
  8. IMG_PLACEHOLDER = "https://placehold.co/600x400"
  9. CHILECULTURA = "https://chilecultura.gob.cl/events/"
  10. CIPER = "https://www.ciperchile.cl/actualidad/"
  11. CODEXVERDE = "https://codexverde.cl/"
  12. COOPERATIVA = "https://cooperativa.cl/noticias/site/cache/nroedic/todas/"
  13. LOG_LEVEL = "debug"
  14. REDIS_CONN = "redis://localhost:6379/10"
  15. PUPPETEER_URL = "http://localhost:8000/api/v1/visit"
  16. MASTODON_URL = "https://<mastodon-domain>"
  17. MASTODON_API_URL = "https://<mastodon-domain>/api/v1/"
  18. MASTODON_STREAMING_URL = "wss://<mastodon-domain>/api/v1/streaming"
  19. MASTODON_ACCESS_TOKEN = "<access-token>"
  20. IMG_PLACEHOLDER = "https://placehold.co/600x400"
  21. CHILECULTURA = "https://chilecultura.gob.cl/events/"
  22. CIPER = "https://www.ciperchile.cl/actualidad/"
  23. CODEXVERDE = "https://codexverde.cl/"
  24. COOPERATIVA = "https://cooperativa.cl/noticias/site/cache/nroedic/todas/"
  25. DF = "https://www.df.cl/ultimasnoticias"
  26. ELCIUDADANO = "https://www.elciudadano.com/"
  27. ELDESCONCIERTO = "https://eldesconcierto.cl"
  28. ELMOSTRADOR = "https://www.elmostrador.cl/categoria/dia/"
  29. EMOL = "https://www.emol.com"
  30. FASTCHECK = "https://www.fastcheck.cl/"
  31. GLACIARESCHILENOS = "https://www.glaciareschilenos.org/articulos/"
  32. INTERFERENCIA = "https://interferencia.cl/"
  33. LADERASUR = "https://laderasur.com/articulos-2/"
  34. LATERCERA = "https://www.latercera.com/canal/nacional/"
  35. METRODESANTIAGO = "https://xcancel.com/metrodesantiago"
  36. SISMOLOGIA = "https://www.sismologia.cl/index.html"
  37. TARREO = "https://www.tarreo.com/noticias/"
  38. THECLINIC = "https://www.theclinic.cl/lo-ultimo/"
  39. # KEYS
  40. MASTODON_KEY_CHILECULTURA = ""
  41. MASTODON_KEY_CIPER = ""
  42. MASTODON_KEY_CODEXVERDE = ""
  43. MASTODON_KET_COOPERATIVA = ""
  44. MASTODON_KEY_DF = ""
  45. MASTODON_KEY_ELCIUDADANO = ""
  46. MASTODON_KEY_ELDESCONCIERTO = ""
  47. MASTODON_KEY_ELMOSTRADOR = ""
  48. MASTODON_KEY_EMOL = ""
  49. MASTODON_KEY_FASTCHECK = ""
  50. MASTODON_KEY_GLACIARESCHILENOS = ""
  51. DEV_ACTIVE_PORTALS = ""
  52. MASTODON_TEST_ACCESS_TOKEN = ""