.env.example 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. DEFAULT_TIMEZONE = "America/Santiago"
  10. DEFAULT_LOCALE = "es-CL"
  11. CHILECULTURA = "https://chilecultura.gob.cl/events/"
  12. CIPER = "https://www.ciperchile.cl/actualidad/"
  13. CODEXVERDE = "https://codexverde.cl/"
  14. COOPERATIVA = "https://www.cooperativa.cl/"
  15. LOG_LEVEL = "debug"
  16. REDIS_CONN = "redis://localhost:6379/10"
  17. PUPPETEER_URL = "http://localhost:8000/api/v1/visit"
  18. MASTODON_URL = "https://<mastodon-domain>"
  19. MASTODON_API_URL = "https://<mastodon-domain>/api/v1/"
  20. MASTODON_STREAMING_URL = "wss://<mastodon-domain>/api/v1/streaming"
  21. MASTODON_ACCESS_TOKEN = "<access-token>"
  22. IMG_PLACEHOLDER = "https://placehold.co/600x400"
  23. CHILECULTURA = "https://chilecultura.gob.cl/events/"
  24. CIPER = "https://www.ciperchile.cl/actualidad/"
  25. CODEXVERDE = "https://codexverde.cl/"
  26. COOPERATIVA = "https://cooperativa.cl/noticias/site/cache/nroedic/todas/"
  27. DF = "https://www.df.cl/ultimasnoticias"
  28. ELCIUDADANO = "https://www.elciudadano.com/"
  29. ELDESCONCIERTO = "https://eldesconcierto.cl"
  30. ELMOSTRADOR = "https://www.elmostrador.cl/categoria/dia/"
  31. EMOL = "https://www.emol.com"
  32. FASTCHECK = "https://www.fastcheck.cl/"
  33. GLACIARESCHILENOS = "https://www.glaciareschilenos.org/articulos/"
  34. INTERFERENCIA = "https://interferencia.cl/"
  35. LADERASUR = "https://laderasur.com/articulos-2/"
  36. LATERCERA = "https://www.latercera.com/canal/nacional/"
  37. METRODESANTIAGO = "https://xcancel.com/metrodesantiago"
  38. SISMOLOGIA = "https://www.sismologia.cl/index.html"
  39. TARREO = "https://www.tarreo.com/noticias/"
  40. THECLINIC = "https://www.theclinic.cl/lo-ultimo/"
  41. # KEYS
  42. MASTODON_KEY_CHILECULTURA = ""
  43. MASTODON_KEY_CIPER = ""
  44. MASTODON_KEY_CODEXVERDE = ""
  45. MASTODON_KET_COOPERATIVA = ""
  46. MASTODON_KEY_DF = ""
  47. MASTODON_KEY_ELCIUDADANO = ""
  48. MASTODON_KEY_ELDESCONCIERTO = ""
  49. MASTODON_KEY_ELMOSTRADOR = ""
  50. MASTODON_KEY_EMOL = ""
  51. MASTODON_KEY_FASTCHECK = ""
  52. MASTODON_KEY_GLACIARESCHILENOS = ""
  53. MASTODON_KEY_INTERFERENCIA = ""
  54. MASTODON_KEY_LADERASUR = ""
  55. MASTODON_KEY_LATERCERA = ""
  56. MASTODON_KEY_METRODESANTIAGO = ""
  57. MASTODON_KEY_SISMOLOGIA = ""
  58. MASTODON_KEY_TARREO = ""
  59. MASTODON_KEY_THECLINIC = ""
  60. # AGENTS
  61. MASTODON_KEY_FORTUNE = ""
  62. MASTODON_KEY_REMINDME = ""
  63. # Develop
  64. DEVELOP = true
  65. DEV_ACTIVE_PORTALS = ""
  66. MASTODON_TEST_ACCESS_TOKEN = ""