From 749e0bd0b38cdf2edf5b766e8e463ba1ebb3a2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= 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