From d92c14d7babaf91284442ed4304007e8e8f2acaa Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 20 Nov 2021 18:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E8=8A=82=E7=82=B9API?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/configs/api.template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/configs/api.template.yaml b/build/configs/api.template.yaml index 62387a6..deefa58 100644 --- a/build/configs/api.template.yaml +++ b/build/configs/api.template.yaml @@ -1,4 +1,4 @@ rpc: - endpoints: [ ${endpoints} ] -nodeId: "${nodeId}" -secret: "${nodeSecret}" \ No newline at end of file + endpoints: [ "" ] +nodeId: "" +secret: "" \ No newline at end of file