diff --git a/docs/source/authentication.rst b/docs/source/authentication.rst index 344a6869..baeb37aa 100644 --- a/docs/source/authentication.rst +++ b/docs/source/authentication.rst @@ -94,8 +94,8 @@ Then add the following lines to your ``dask_gateway_config.py`` file: .. code-block:: python c.DaskGateway.authenticator_class = "dask_gateway_server.auth.JupyterHubAuthenticator" - c.JupyterHubAuthenticator.api_token = "" - c.JupyterHubAuthenticator.api_url = "" + c.JupyterHubAuthenticator.jupyterhub_api_token = "" + c.JupyterHubAuthenticator.jupyterhub_api_url = "" Where: