Skip to content

Commit

Permalink
Fix oauth_client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
atrawog committed May 13, 2024
1 parent 45d18bb commit 9782c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
"url": "http://web:8000",
# any secret >8 characters, you'll use api_token to
# authenticate api requests to the hub from your service
"oauth_client_id": "quetz_client",
"oauth_client_id": "service-quetz-client",
"oauth_redirect_uri": "http://localhost:8000/auth/jupyterhub/authorize",
"api_token": "super-secret",
}
Expand Down

0 comments on commit 9782c79

Please sign in to comment.