mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Move all config files inside INSTALL_PREFIX
Makes cleanup easier!
This commit is contained in:
@@ -29,4 +29,4 @@ c.JupyterHub.port = 80
|
||||
|
||||
c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, 'bin')]
|
||||
|
||||
configurer.apply_yaml_config('/etc/jupyterhub/jupyterhub.yaml', c)
|
||||
configurer.apply_yaml_config(os.path.join(INSTALL_PREFIX, 'jupyterhub.yaml'), c)
|
||||
|
||||
Reference in New Issue
Block a user