mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
8 lines
186 B
Python
8 lines
186 B
Python
# Configuration file for jupyterhub
|
|
|
|
c = get_config()
|
|
|
|
c.JupyterHub.admin_users = {'rhea'}
|
|
c.LocalProcessSpawner.set_user = 'sudo'
|
|
c.Authenticator.whitelist = {'ganymede', 'io', 'rhea'}
|