.env.j2 182 B

123456
  1. # Traefik Environment Variables
  2. {% if traefik_tls_enabled %}
  3. {% if traefik_tls_acme_provider == "cloudflare" %}
  4. CF_DNS_API_TOKEN={{ traefik_tls_acme_token }}
  5. {% endif %}
  6. {% endif %}