File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ a YAML configuration file.
2525
2626### Settings
2727
28- | Setting | CLI Flag | Environment Variable | Default | Description |
29- | --------------- | ----------------------------- | --------------------------------- | ---------------- | ------------------------------------------------------------------------- |
30- | Global | ` --global-retention ` | ` CODER_GLOBAL_RETENTION ` | ` 0 ` (disabled) | Default retention for all data types. Individual settings override this. |
31- | Audit Logs | ` --audit-logs-retention ` | ` CODER_AUDIT_LOGS_RETENTION ` | ` 0 ` (use global) | How long to retain Audit Log entries. |
32- | Connection Logs | ` --connection-logs-retention ` | ` CODER_CONNECTION_LOGS_RETENTION ` | ` 0 ` (use global) | How long to retain Connection Log entries. |
33- | API Keys | ` --api-keys-retention ` | ` CODER_API_KEYS_RETENTION ` | ` 7d ` | How long to retain expired API keys. |
28+ | Setting | CLI Flag | Environment Variable | Default | Description |
29+ | ----------------- | ------------------------------- | ----------------------------------- | ------------------ | -------------------------------------------------------------------------- |
30+ | Global | ` --global-retention ` | ` CODER_GLOBAL_RETENTION ` | ` 0 ` (disabled) | Default retention for all data types. Individual settings override this. |
31+ | Audit Logs | ` --audit-logs-retention ` | ` CODER_AUDIT_LOGS_RETENTION ` | ` 0 ` (use global) | How long to retain Audit Log entries. |
32+ | Connection Logs | ` --connection-logs-retention ` | ` CODER_CONNECTION_LOGS_RETENTION ` | ` 0 ` (use global) | How long to retain Connection Log entries. |
33+ | API Keys | ` --api-keys-retention ` | ` CODER_API_KEYS_RETENTION ` | ` 7d ` | How long to retain expired API keys. |
3434
3535### Duration Format
3636
You can’t perform that action at this time.
0 commit comments