mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Allow hub_connect_url
to be configured
This commit is contained in:
@@ -497,7 +497,8 @@ class JupyterHub(Application):
|
|||||||
JupyterHub.hub_connect_ip
|
JupyterHub.hub_connect_ip
|
||||||
JupyterHub.hub_bind_url
|
JupyterHub.hub_bind_url
|
||||||
.. versionadded:: 0.9
|
.. versionadded:: 0.9
|
||||||
"""
|
""",
|
||||||
|
config=True
|
||||||
)
|
)
|
||||||
hub_bind_url = Unicode(
|
hub_bind_url = Unicode(
|
||||||
help="""
|
help="""
|
||||||
|
Reference in New Issue
Block a user