From 4ccc7571bd1210ca1881131d8446093cbb8f9f16 Mon Sep 17 00:00:00 2001
From: Xinglu Yee <2520865+yixinglu@users.noreply.github.com>
Date: Tue, 24 Sep 2019 15:36:57 +0800
Subject: [PATCH] Add default http service ip for nebula services (#951)

---
 conf/nebula-graphd.conf.default | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/nebula-graphd.conf.default b/conf/nebula-graphd.conf.default
index 5344c272..c6131e13 100644
--- a/conf/nebula-graphd.conf.default
+++ b/conf/nebula-graphd.conf.default
@@ -40,6 +40,8 @@
 --num_netio_threads=1
 # The number of threads to execute user queries
 --num_worker_threads=1
+# HTTP service ip
+--ws_ip=127.0.0.1
 # HTTP service port
 --ws_http_port=13000
 # HTTP2 service port
-- 
GitLab