mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
# Configuration file for jupyterhub-demo
|
|
|
|
c = get_config()
|
|
|
|
# Use DummyAuthenticator and SimpleSpawner
|
|
c.JupyterHub.spawner_class = "simple"
|
|
c.JupyterHub.authenticator_class = "dummy"
|