Files
jupyterhub/examples/sudo/jupyterhub_config.py
Min RK e6335482c5 update some file names
default config file is now `jupyterhub_config.py`,
to be consistent with everything else

add config files, runtime files to .gitignore
2014-11-04 11:58:33 -08: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'}