From 9f20dafa58e3cece75083a46aa2201d6eaf605ba Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 24 Jul 2026 11:20:18 +0200 Subject: [PATCH] Add all configuration parameters for the WhatsApp addon --- docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index fcf0bb7..2aa254d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,6 +14,15 @@ services: - DATA_DIR=/data - MEDIA_FOLDER=/media - LOG_LEVEL=info + - send_message_timeout=25000 + - keep_alive_interval=30000 + - mask_sensitive_data=false + - ui_auth_enabled=true + - ui_auth_password='C@ptn&mo' + - admin_numbers='0607254698' + - welcome_message_enabled=false + - admin_notifications_enabled=true + - reject_unauthorized=true # - API_TOKEN=your_secure_token_here networks: - ha-whatsapp-addon-net