Add all configuration parameters for the WhatsApp addon

This commit is contained in:
2026-07-24 11:20:18 +02:00
parent 34adf399ab
commit 9f20dafa58
+9
View File
@@ -14,6 +14,15 @@ services:
- DATA_DIR=/data - DATA_DIR=/data
- MEDIA_FOLDER=/media - MEDIA_FOLDER=/media
- LOG_LEVEL=info - 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 # - API_TOKEN=your_secure_token_here
networks: networks:
- ha-whatsapp-addon-net - ha-whatsapp-addon-net