瀏覽代碼

HUE-619. Hue to use port 8888 by default

bc Wong 14 年之前
父節點
當前提交
f53b93f8d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/conf.py

+ 1 - 1
desktop/core/src/desktop/conf.py

@@ -39,7 +39,7 @@ HTTP_PORT = Config(
   key="http_port",
   help="HTTP Port to bind to",
   type=int,
-  default=8088)
+  default=8888)
 SSL_CERTIFICATE = Config(
   key="ssl_certificate",
   help="Filename of SSL Certificate",