Read yaml config from config.yaml, not jupyterhub.yaml

Consistent with z2jh's nomenclature of config.yaml
This commit is contained in:
yuvipanda
2018-06-27 16:04:35 -07:00
parent 5b92cd5e72
commit 47ef27af96

View File

@@ -29,4 +29,4 @@ c.JupyterHub.port = 80
c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, 'bin')] 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)