You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/apps/about/-config.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ To use
8
8
**Apps**:
9
9
10
10
-`WAHA_APPS_ENABLED=True` - Enables the [**🧩 Apps**]({{< relref "/docs/apps/about" >}}) functionality
11
+
-`WAHA_PUBLIC_URL=https://w.example.com` — the publicly available link to the dashboard (use this if `WAHA_BASE_URL` is set to an internal address for Docker).
11
12
-`REDIS_URL=redis://:redis@redis:6379` - Specifies the Redis URL required for processing background jobs
12
13
-`WHATSAPP_DEFAULT_ENGINE=GOWS` - Sets the recommended engine for reliable **WhatsApp** automation
13
14
-`WAHA_API_KEY_PLAIN=0000000000000000` - plain password **required** for Apps in environment variables
@@ -16,6 +17,8 @@ To use
16
17
**ChatWoot App**:
17
18
18
19
-`WAHA_APPS_CHATWOOT_LANGUAGES_FOLDER=/app/.languages` - folder for additional languages (if language exists it'll override templates in the original templates)
20
+
-`RACK_TIMEOUT_SERVICE_TIMEOUT=60` — increases the default Rack timeout to 60s (default is 15s).
Copy file name to clipboardExpand all lines: content/docs/how-to/config/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ docker compose up -d
86
86
-`WHATSAPP_API_SCHEMA=https` - it just changes `media.url` schema when you receive media (with files) messages.
87
87
-`WAHA_BASE_URL` - will be used to construct the `media.url` field in the webhook events.
88
88
- By default, it's `{WHATSAPP_API_SCHEMA}://{WHATSAPP_API_HOSTNAME}:{WHATSAPP_API_PORT}`.
89
+
-`WAHA_PUBLIC_URL=https://w.example.com` — the publicly available link to the dashboard (use this if `WAHA_BASE_URL` is set to an internal address for Docker).
89
90
-`TZ=Europe/Warsaw` - set the timezone for the container. The default value is `UTC`. Find [your timezone in the list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
90
91
-`WAHA_DEBUG_MODE=false` - enables some API only for development or troubleshooting purposes. Disabled by default.
91
92
- Read more on [**🔍 Observability**]({{< relref "/docs/how-to/observability#waha-debug-mode" >}}) page.
-`2025.9.6` - **ChatWoot** - Use group name for contact - {{< issue 1245 >}}
60
67
-`2025.9.5` - **ChatWoot** - group participant at the top by default or [**Language Template - Group Participant At The Bottom**]({{< relref "/docs/apps/chatwoot#language" >}}) - {{< issue 1369 >}}
61
68
-`2025.9.4` - **ChatWoot** - skip `STARTING => WORKING` messages if the session recovers fast (10 seconds) - {{< issue 1342 >}}
0 commit comments