mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
Tag hub_ip_connect as configurable
This value is expected to be provided by the user.
This commit is contained in:
@@ -412,7 +412,7 @@ class JupyterHub(Application):
|
|||||||
|
|
||||||
.. versionadded:: 0.8
|
.. versionadded:: 0.8
|
||||||
"""
|
"""
|
||||||
)
|
).tag(config=True)
|
||||||
hub_prefix = URLPrefix('/hub/',
|
hub_prefix = URLPrefix('/hub/',
|
||||||
help="The prefix for the hub server. Always /base_url/hub/"
|
help="The prefix for the hub server. Always /base_url/hub/"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user