Skip to content

Commit 2156b43

Browse files
committed
base: Update jupyter_server_config.py
- Fully disable telemetry using the CLI flag - coder/code-server#5821
1 parent 2cd1300 commit 2156b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/conf/jupyter/etc/jupyter/jupyter_server_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def _codeserver_command(port):
3636
return [
3737
full_path,
3838
"--bind-addr=0.0.0.0:" + str(port),
39-
"--auth",
40-
"none",
39+
"--auth=none",
40+
"--disable-telemetry",
4141
data_dir,
4242
extensions_dir,
4343
work_dir,

0 commit comments

Comments
 (0)