mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
jupyterhub_config.py.j2: Remove unused "c.SystemdSpawner.user_workingdir = '/opt/iiab/notebooks/{USERNAME}'"
This commit is contained in:
parent
bb85ab918f
commit
5bced2429f
1 changed files with 0 additions and 1 deletions
|
@ -790,7 +790,6 @@ c.ConfigurableHTTPProxy.pid_file = "/run/jupyterhub-proxy.pid"
|
|||
# c.JupyterHub.spawner_class = 'jupyterhub.spawner.LocalProcessSpawner'
|
||||
c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner'
|
||||
c.SystemdSpawner.dynamic_users = True
|
||||
c.SystemdSpawner.user_workingdir = '/opt/iiab/notebooks/{USERNAME}'
|
||||
|
||||
## Path to SSL certificate file for the public facing interface of the proxy
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue