From 28f0c2d1c7568615687ce40ff3f6684904bc90ea Mon Sep 17 00:00:00 2001 From: Benny Date: Sat, 21 Dec 2024 19:08:25 +1100 Subject: [PATCH] Update README.md Jupyter hub config expects a OAUTH_CALLBACK_URL env var not GITHUB_CALLBACK_URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9303975..c6021c6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To run the project locally, you need to follow these steps: - ``` GITHUB_CLIENT_ID=... GITHUB_CLIENT_SECRET=...` - GITHUB_CALLBACK_URL=http://localhost:8000/hub/oauth_callback + OAUTH_CALLBACK_URL=http://localhost:8000/hub/oauth_callback ``` 4. You can start the JupyterHub using Docker Compose.