Skip to content

Commit b96bc26

Browse files
authored
Update disable-downloads.md (coder#987)
1 parent f14e0e9 commit b96bc26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/admin/disable-downloads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ kubernetes:
1818
policy: append
1919
value:
2020
- key: "CS_DISABLE_FILE_DOWNLOADS"
21-
value: "1"
21+
# To enable, set to "true" or "1"
22+
value: "true"
2223
```
2324
2425
This change will take effect _after_ the user rebuilds their workspaces.

0 commit comments

Comments
 (0)