Change to dns name

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

View file

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