mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
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
This commit is contained in:
7
examples/sudo/jupyterhub_config.py
Normal file
7
examples/sudo/jupyterhub_config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Configuration file for jupyterhub
|
||||
|
||||
c = get_config()
|
||||
|
||||
c.JupyterHubApp.admin_users = {'rhea'}
|
||||
c.LocalProcessSpawner.set_user = 'sudo'
|
||||
c.Authenticator.whitelist = {'ganymede', 'io', 'rhea'}
|
Reference in New Issue
Block a user