Files
jupyterhub/demo-image/jupyterhub_config.py

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"