Se crea el parser para customfilter. Agregamos variables de entorno para manejar url de adjuntos con o sin clave de encriptacion.

This commit is contained in:
2025-05-28 14:40:15 -03:00
parent 6b9c66c385
commit 4a9cb34f9c
8 changed files with 318 additions and 78 deletions

View File

@ -10,7 +10,7 @@ defmodule Api.Application do
children = [
ApiWeb.Telemetry,
Api.Repo,
{Api.Autosender, 1000 * 62 * 4},
# {Api.Autosender, 1000 * 60},
# {DNSCluster, query: Application.get_env(:api, :dns_cluster_query) || :ignore},
{Phoenix.PubSub, name: Api.PubSub},
# Start the Finch HTTP client for sending emails