More trial and error
This commit is contained in:
parent
b5d86f08f9
commit
19c3d41dd9
|
@ -142,6 +142,10 @@ hub:
|
||||||
c.JupyterHub.services = [
|
c.JupyterHub.services = [
|
||||||
{
|
{
|
||||||
'name': 'refresh-token',
|
'name': 'refresh-token',
|
||||||
|
'url': 'http://127.0.0.1:8082',
|
||||||
|
'display': False,
|
||||||
|
'oauth_no_confirm': True,
|
||||||
|
'api_token': os.environ['JUPYTERHUB_CRYPT_KEY'],
|
||||||
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
'command': [sys.executable, '/usr/local/etc/jupyterhub/refresh-token.py']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue