Skip to content

Commit d5b1f85

Browse files
committed
minor cleaning
1 parent 5fcb54e commit d5b1f85

3 files changed

Lines changed: 2 additions & 81 deletions

File tree

jupyterhub/Dockerfile_hub_backup

Lines changed: 0 additions & 40 deletions
This file was deleted.

jupyterhub/Dockerfile_spawner_backup

Lines changed: 0 additions & 37 deletions
This file was deleted.

jupyterhub/jupyterhub_config.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
# where `handler` is the calling web.RequestHandler,
1313
# and `data` is the POST form data from the login page.
1414
#c.JupyterHub.authenticator_class = 'jupyterhub.auth.PAMAuthenticator'
15-
c.JupyterHub.authenticator_class = 'tmpauthenticator.TmpAuthenticator'
1615
# c.JupyterHub.authenticator_class = 'dummyauthenticator.DummyAuthenticator'
1716
# c.DummyAuthenticator.password = "dummypassword"
18-
19-
17+
c.JupyterHub.authenticator_class = 'tmpauthenticator.TmpAuthenticator'
2018

2119
## The class to use for spawning single-user servers.
2220
#
@@ -30,7 +28,7 @@
3028
c.DockerSpawner.remove_containers = True
3129
c.DockerSpawner.remove = True
3230
c.DockerSpawner.debug = True
33-
c.DockerSpawner.network_name='test'
31+
c.DockerSpawner.network_name='jupyterhub_network'
3432

3533
## Extra arguments to be passed to the single-user server. Only works for the LocalProcessSpawner
3634
#

0 commit comments

Comments
 (0)