add entrypoint for proxy implementations

This commit is contained in:
Min RK
2018-10-11 16:54:25 +02:00
parent 95ee2cb709
commit abd3bc13d2
2 changed files with 16 additions and 3 deletions

View File

@@ -112,6 +112,10 @@ setup_args = dict(
'pam = jupyterhub.auth:PAMAuthenticator',
'dummy = jupyterhub.auth:DummyAuthenticator',
],
'jupyterhub.proxies': [
'default = jupyterhub.proxy:ConfigurableHTTPProxy',
'configurable-http-proxy = jupyterhub.proxy:ConfigurableHTTPProxy',
],
'jupyterhub.spawners': [
'default = jupyterhub.spawner:LocalProcessSpawner',
'localprocess = jupyterhub.spawner:LocalProcessSpawner',