Update config used for testing

This commit is contained in:
Jeremy Tuloup
2019-07-04 11:56:34 +02:00
parent 276ef26161
commit de11909a04

View File

@@ -13,6 +13,6 @@ c.JupyterHub.authenticator_class = DummyAuthenticator
# Optionally set a global password that all users must use # Optionally set a global password that all users must use
# c.DummyAuthenticator.password = "your_password" # c.DummyAuthenticator.password = "your_password"
from jupyterhub.spawners import SimpleSpawner from jupyterhub.spawner import SimpleLocalProcessSpawner
c.JupyterHub.spawner_class = SimpleSpawner c.JupyterHub.spawner_class = SimpleLocalProcessSpawner