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:
Min RK
2014-10-31 14:40:19 -07:00
parent b1f6a286f9
commit e6335482c5
6 changed files with 10 additions and 5 deletions

View 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'}