Fix Service oauth client ids must start with 'service-' in the service launcher

This commit is contained in:
Eric Charles
2021-05-20 12:00:56 +02:00
parent fdf57b271e
commit 16636ce3c0
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if [[ -z "${JUPYTERHUB_API_TOKEN}" ]]; then
fi
# 2. oauth client ID
export JUPYTERHUB_CLIENT_ID='whoami-oauth-client-test'
export JUPYTERHUB_CLIENT_ID='service-oauth-client-test'
# 3. where the Hub is
export JUPYTERHUB_URL='http://127.0.0.1:8000'