mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00

default config file is now `jupyterhub_config.py`, to be consistent with everything else add config files, runtime files to .gitignore
8 lines
189 B
Python
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'}
|