mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +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:
Generated
+3
@@ -293,6 +293,9 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
|
||||
}
|
||||
},
|
||||
"fetch_interval": 0,
|
||||
"inbox": {
|
||||
"enabled": true
|
||||
},
|
||||
"lease_count": 0,
|
||||
"lease_period": 0,
|
||||
"max_send_attempts": 0,
|
||||
|
||||
Reference in New Issue
Block a user