localhost
This commit is contained in:
parent
b2e4b85205
commit
1758b29062
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue