mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Update config used for testing
This commit is contained in:
@@ -13,6 +13,6 @@ c.JupyterHub.authenticator_class = DummyAuthenticator
|
||||
# Optionally set a global password that all users must use
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user