Tag hub_ip_connect as configurable

This value is expected to be provided by the user.
This commit is contained in:
yuvipanda
2017-07-13 20:14:11 -07:00
parent 8373c4619e
commit e0effa567a

View File

@@ -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/"
) )