From 85d32cb91d8a7613b366885cf0641e8afd91e4f1 Mon Sep 17 00:00:00 2001 From: yechuan Date: Fri, 1 Sep 2023 14:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=9F=E8=B4=A7=E6=97=A5=E6=8A=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8E=A5=E5=85=A5=20=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/main/resources/bootstrap.yml | 4 ++-- transformer/src/main/resources/bootstrap.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/src/main/resources/bootstrap.yml b/source/src/main/resources/bootstrap.yml index f1d0326..e508607 100644 --- a/source/src/main/resources/bootstrap.yml +++ b/source/src/main/resources/bootstrap.yml @@ -7,9 +7,9 @@ spring: nacos: config: enabled: true - server-addr: https://nacos-dev.deepq.tech + server-addr: https://nacos-sit.deepq.tech file-extension: yml - namespace: std-news-process-local_yechuan + namespace: std-news-process-dev shared-configs: - data-id: common.yml refresh: true diff --git a/transformer/src/main/resources/bootstrap.yml b/transformer/src/main/resources/bootstrap.yml index a8097dc..9ac0808 100644 --- a/transformer/src/main/resources/bootstrap.yml +++ b/transformer/src/main/resources/bootstrap.yml @@ -5,9 +5,9 @@ spring: nacos: config: enabled: true - server-addr: https://nacos-dev.deepq.tech + server-addr: https://nacos-sit.deepq.tech file-extension: yml - namespace: std-news-process-local_yechuan + namespace: std-news-process-dev shared-configs: - data-id: common.yml refresh: true