From 98d210a08a71def50572b9102e566ef619ef0a0f Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 15:55:31 +0100 Subject: [PATCH] fix --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index 74ac18a..a01cc4c 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -728,7 +728,7 @@ c.JupyterHub.data_files_path = '/data/jupyterhub' # (i.e. it should include a trailing slash), e.g. # https://jupyterhub.example.org/prefix/ # Default: '' -c.JupyterHub.public_url = 'https://jupyterhub.ub.unibas.ch/' +c.JupyterHub.public_url = 'https://jupyterhub.ki.ub.unibas.ch/' ## Recreate all certificates used within JupyterHub on restart. # -- GitLab