localhost

This commit is contained in:
Andreas Knuth 2025-06-09 19:44:54 -05:00
parent b2e4b85205
commit 1758b29062
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
# Konfiguration
SMTP_HOST = "postfix" # MailCow Postfix-Container
SMTP_HOST = "localhost" # MailCow Postfix-Container
SMTP_PORT = 25 # Fest auf Port 25 ohne TLS
API_TOKEN = os.environ.get('API_TOKEN', 'your-api-token') # Muss mit Lambda übereinstimmen
logger.info(f"API_TOKEN: {API_TOKEN}")