make it easier to debug static files

This commit is contained in:
Min RK
2024-04-04 15:58:44 +02:00
parent 8c5715621a
commit dfbe7257e6
2 changed files with 10 additions and 1 deletions

View File

@@ -19,3 +19,10 @@ c.JupyterHub.spawner_class = SimpleLocalProcessSpawner
# only listen on localhost for testing
c.JupyterHub.bind_url = 'http://127.0.0.1:8000'
c.JupyterHub.tornado_settings = {
"no_cache_static": True,
}
c.JupyterHub.admin_users = {"admin"}
c.JupyterHub.allow_all = True