This commit is contained in:
Micke Nordin 2024-01-16 11:21:16 +01:00
parent e4f3c9eb5c
commit 992a5d475c
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -189,6 +189,7 @@ hub:
c.JupyterHub.services = [
{
'name': 'refresh-token',
'url': 'http://127.0.0.1:10101',
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
}
]