.env.example 2.6 KB

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