1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

change location of passwords.dbm.db

This commit is contained in:
George Hunt 2021-08-29 23:55:57 +01:00
parent dce0b075d3
commit 6f8f457d66

View file

@ -1058,6 +1058,9 @@ c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner'
# Defaults to an empty set, in which case no user has admin access. # Defaults to an empty set, in which case no user has admin access.
# Default: set() # Default: set()
c.Authenticator.admin_users = set(['Admin']) 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. ## Set of usernames that are allowed to log in.
# #