Skip to content

Commit b52ec4a

Browse files
bagasmelafriksguillep2kjolheiser
authored
[Docs] Config Cheat Sheet - Task Edit (#9972)
* backwards compatibility typo * Unlist description and separate from list by an empty line * redis needs password edit * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: guillep2k <[email protected]> Co-authored-by: Lauris BH <[email protected]> Co-authored-by: guillep2k <[email protected]> Co-authored-by: John Olheiser <[email protected]>
1 parent 41cebeb commit b52ec4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,11 @@ You may redefine `ELEMENT`, `ALLOW_ATTR`, and `REGEXP` multiple times; each time
677677

678678
## Task (`task`)
679679

680-
- Task queue configuration has been moved to `queue.task` however, the below configuration values are kept for backwards compatibilityx:
680+
Task queue configuration has been moved to `queue.task`. However, the below configuration values are kept for backwards compatibility:
681+
681682
- `QUEUE_TYPE`: **channel**: Task queue type, could be `channel` or `redis`.
682683
- `QUEUE_LENGTH`: **1000**: Task queue length, available only when `QUEUE_TYPE` is `channel`.
683-
- `QUEUE_CONN_STR`: **addrs=127.0.0.1:6379 db=0**: Task queue connection string, available only when `QUEUE_TYPE` is `redis`. If there redis needs a password, use `addrs=127.0.0.1:6379 password=123 db=0`.
684+
- `QUEUE_CONN_STR`: **addrs=127.0.0.1:6379 db=0**: Task queue connection string, available only when `QUEUE_TYPE` is `redis`. If redis needs a password, use `addrs=127.0.0.1:6379 password=123 db=0`.
684685

685686
## Migrations (`migrations`)
686687

0 commit comments

Comments
 (0)