mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: enable coder inbox by default (#17077)
Add a flag to enable Coder Inbox by default, as well as supporting disabling the feature.
This commit is contained in:
11
docs/reference/cli/server.md
generated
11
docs/reference/cli/server.md
generated
@ -1560,6 +1560,17 @@ Certificate key file to use.
|
||||
|
||||
The endpoint to which to send webhooks.
|
||||
|
||||
### --notifications-inbox-enabled
|
||||
|
||||
| | |
|
||||
|-------------|-------------------------------------------------|
|
||||
| Type | <code>bool</code> |
|
||||
| Environment | <code>$CODER_NOTIFICATIONS_INBOX_ENABLED</code> |
|
||||
| YAML | <code>notifications.inbox.enabled</code> |
|
||||
| Default | <code>true</code> |
|
||||
|
||||
Enable Coder Inbox.
|
||||
|
||||
### --notifications-max-send-attempts
|
||||
|
||||
| | |
|
||||
|
Reference in New Issue
Block a user