From 61933abf06912ea4e2da7c21b5931210137909d8 Mon Sep 17 00:00:00 2001 From: Nicole00 Date: Thu, 21 Oct 2021 19:58:08 +0800 Subject: [PATCH 1/2] add port config --- templates/nebula-graphd.conf.j2 | 3 ++- templates/nebula-metad.conf.j2 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/nebula-graphd.conf.j2 b/templates/nebula-graphd.conf.j2 index 7698784..51f09cd 100644 --- a/templates/nebula-graphd.conf.j2 +++ b/templates/nebula-graphd.conf.j2 @@ -59,7 +59,8 @@ --ws_http_port=19669 # HTTP2 service port --ws_h2_port=19670 - +# The Meta HTTP service port +--ws_meta_http_port=19559 # The default charset when a space is created --default_charset=utf8 # The defaule collate when a space is created diff --git a/templates/nebula-metad.conf.j2 b/templates/nebula-metad.conf.j2 index 5ebd5bd..821692c 100644 --- a/templates/nebula-metad.conf.j2 +++ b/templates/nebula-metad.conf.j2 @@ -36,7 +36,8 @@ --ws_http_port=19559 # HTTP2 service port --ws_h2_port=19560 - +# The storage HTTP service port +--ws_storage_port=19779 ########## storage ########## # Root data path, here should be only single path for metad --data_path=data/meta From 406306123d18388deb1467e954881a0723e29066 Mon Sep 17 00:00:00 2001 From: Nicole00 Date: Thu, 21 Oct 2021 19:59:19 +0800 Subject: [PATCH 2/2] add port config --- templates/nebula-metad.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nebula-metad.conf.j2 b/templates/nebula-metad.conf.j2 index 821692c..5fba066 100644 --- a/templates/nebula-metad.conf.j2 +++ b/templates/nebula-metad.conf.j2 @@ -36,7 +36,7 @@ --ws_http_port=19559 # HTTP2 service port --ws_h2_port=19560 -# The storage HTTP service port +# The Storage HTTP service port --ws_storage_port=19779 ########## storage ########## # Root data path, here should be only single path for metad