mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
change location of passwords.dbm.db
This commit is contained in:
parent
dce0b075d3
commit
6f8f457d66
1 changed files with 3 additions and 0 deletions
|
@ -1058,6 +1058,9 @@ c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner'
|
|||
# Defaults to an empty set, in which case no user has admin access.
|
||||
# Default: set()
|
||||
c.Authenticator.admin_users = set(['Admin'])
|
||||
c.Authenticator.dbm_path = "{{ jupyterhub_venv }}/etc/passwords.dbm"
|
||||
jupyterhub_installed: True
|
||||
jupyterhub_installed: True
|
||||
|
||||
## Set of usernames that are allowed to log in.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue