diff --git a/tljh/jupyterhub_config.py b/tljh/jupyterhub_config.py index 4889a2f..95b62ef 100644 --- a/tljh/jupyterhub_config.py +++ b/tljh/jupyterhub_config.py @@ -29,4 +29,4 @@ c.JupyterHub.port = 80 c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, 'bin')] -configurer.apply_yaml_config(os.path.join(INSTALL_PREFIX, 'jupyterhub.yaml'), c) +configurer.apply_yaml_config(os.path.join(INSTALL_PREFIX, 'config.yaml'), c)