From ba2bcb2590d15f8131b06e0d10f96c65095fd370 Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 17:20:38 +0100 Subject: [PATCH] remove --- jupyterhub_config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index a3dac59..78a2e5b 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -1141,5 +1141,4 @@ c.DockerSpawner.remove = False # For debugging arguments passed to spawned containers c.DockerSpawner.debug = True -c.JupyterHub.hub_ip = '0.0.0.0' -c.JupyterHub.hub_connect_ip = 'jupyterhub.ki.intern.ub.unibas.ch' \ No newline at end of file +c.JupyterHub.hub_ip = '0.0.0.0' \ No newline at end of file -- GitLab