Files
jupyterhub/examples/sudo/jupyter_hub_config.py
2014-10-21 20:04:12 -07:00

8 lines
189 B
Python

# Configuration file for jupyterhub
c = get_config()
c.JupyterHubApp.admin_users = {'rhea'}
c.LocalProcessSpawner.set_user = 'sudo'
c.Authenticator.whitelist = {'ganymede', 'io', 'rhea'}