From 4885c240e3b1640c3972754ab4887c07586c9fe8 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 25 Apr 2026 18:05:27 +0200 Subject: [PATCH] feat: remove SMTP env vars from Logto compose template Co-Authored-By: Claude Sonnet 4.6 --- templates/docker-compose.saas.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/docker-compose.saas.yml b/templates/docker-compose.saas.yml index 3aa140f..4cbd6e5 100644 --- a/templates/docker-compose.saas.yml +++ b/templates/docker-compose.saas.yml @@ -27,12 +27,6 @@ services: PG_DB_SAAS: cameleer_saas SAAS_ADMIN_USER: ${SAAS_ADMIN_USER:-admin} SAAS_ADMIN_PASS: ${SAAS_ADMIN_PASS:?SAAS_ADMIN_PASS must be set in .env} - # SMTP (for email verification during registration) - SMTP_HOST: ${SMTP_HOST:-} - SMTP_PORT: ${SMTP_PORT:-587} - SMTP_USER: ${SMTP_USER:-} - SMTP_PASS: ${SMTP_PASS:-} - SMTP_FROM_EMAIL: ${SMTP_FROM_EMAIL:-noreply@cameleer.io} extra_hosts: # Logto validates M2M tokens by fetching its own JWKS from ENDPOINT. # Route the public hostname back to the Docker host (Traefik on :443)