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
Premium customers can configure which method to use for each of the supported
68
72
[Events](#workspace-events).
@@ -78,6 +82,7 @@ You can modify the notification delivery behavior in your Coder deployment's
78
82
| ✔️ |`--notifications-dispatch-timeout`|`CODER_NOTIFICATIONS_DISPATCH_TIMEOUT`|`duration`| How long to wait while a notification is being sent before giving up. | 1m |
79
83
| ✔️ |`--notifications-method`|`CODER_NOTIFICATIONS_METHOD`|`string`| Which delivery method to use (available options: 'smtp', 'webhook'). See [Delivery Methods](#delivery-methods) below. | smtp |
80
84
| -️ |`--notifications-max-send-attempts`|`CODER_NOTIFICATIONS_MAX_SEND_ATTEMPTS`|`int`| The upper limit of attempts to send a notification. | 5 |
85
+
| -️ |`--notifications-inbox-enabled`|`CODER_NOTIFICATIONS_INBOX_ENABLED`|`bool`| Enable or disable inbox notifications in the Coder dashboard. | true |
0 commit comments