This commit is contained in:
Micke Nordin 2024-01-16 15:27:49 +01:00
parent 89425ef835
commit a56a2fdab8
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -142,7 +142,7 @@ hub:
c.JupyterHub.services = [ c.JupyterHub.services = [
{ {
'name': 'refresh-token', 'name': 'refresh-token',
'url': 'http://hub:8082', 'url': 'http://:8082',
'display': False, 'display': False,
'oauth_no_confirm': True, 'oauth_no_confirm': True,
'api_token': os.environ['JUPYTERHUB_CRYPT_KEY'], 'api_token': os.environ['JUPYTERHUB_CRYPT_KEY'],