Skip to content

Commit 3a03808

Browse files
committed
Adjust Standalone Docs
1 parent 00ac202 commit 3a03808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/standalone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jupyter standaloneproxy --address=localhost --port=8000 ...
5151

5252
### Disable Authentication
5353

54-
For testing, it can be useful to disable the authentication with JupyterHub. Passing `--skip-authentication` will
54+
For testing, it can be useful to disable the authentication with JupyterHub. Passing `--no-authentication` will
5555
not trigger the login process when accessing the application.
5656

5757
```{warning} Disabling authentication will leave the application open to anyone! Be careful with it,
@@ -76,7 +76,7 @@ c.StandaloneProxyServer.address = "localhost"
7676
c.StandaloneProxyServer.port = 8000
7777

7878
# Disable authentication
79-
c.StandaloneProxyServer.skip_authentication = True
79+
c.StandaloneProxyServer.no_authentication = True
8080
```
8181

8282
A default config file can be emitted by running `jupyter standaloneproxy --generate-config`

0 commit comments

Comments
 (0)