Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 28, 2020
1 parent e05ad1a commit de30da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ part of the omni extension (supervisor).
| **OMNIX_CLIENT_ID** | `str` | `None` | The identifier of the Omni API client to be used for authentication. |
| **OMNIX_CLIENT_SECRET** | `str` | `None` | The secret string to be used by the Omni API client for authentication. |
| **OMNIX_QUEUE** | `str` | `omnix` | The name of AMQP queue that is going to be used. |
| **OMNIX_RECORD_CHUNK** | `int` | `300` | The size of record chunk to be used by the scheduler (used carefully to avoid memory issues). |
| **OMNIX_RECORD_CHUNK** | `int` | `300` | The size of record chunk to be used by the scheduler (use carefully to avoid memory issues). |
| **OMNIX_BIRTHDAY_TEMPLATE** | `str` | `None` | If set allows for a remote definition of the base template to be used for email sending. |
| **REMOTE** | `bool` | `False` | If the remove mode should be used (production URL creation). |
| **OMNIX_REMOTE** | `bool` | `False` | Same as `REMOTE`. |
Expand Down

0 comments on commit de30da7

Please sign in to comment.