public IP is all interfaces by default

This commit is contained in:
MinRK
2014-09-11 22:10:43 -07:00
parent a7116b32e2
commit 6267b251bf

View File

@@ -71,7 +71,7 @@ class JupyterHubApp(Application):
Use with ssl_key
"""
)
ip = Unicode('localhost', config=True,
ip = Unicode('', config=True,
help="The public facing ip of the proxy"
)
port = Integer(8000, config=True,