From 4b0051076fc15495aa25a8b96d7252e1358af499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B9=90?= <419641032@qq.com> Date: Tue, 15 Sep 2020 17:49:18 +0800 Subject: [PATCH] =?UTF-8?q?yml=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/src/main/resources/application-prod.yml | 12 ++++++------ crmeb/src/main/resources/application.yml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/crmeb/src/main/resources/application-prod.yml b/crmeb/src/main/resources/application-prod.yml index 45ac10bf..917e1d9e 100644 --- a/crmeb/src/main/resources/application-prod.yml +++ b/crmeb/src/main/resources/application-prod.yml @@ -1,12 +1,12 @@ # 配置端口 server: port: 8080 - domain: - wechat-api-url: http://121.196.17.222:20003/ #请求微信接口中专服务器 - wechat-js-api-debug: false #微信js api系列是否开启调试模式 - wechat-js-api-beta: false #微信js api是否是beta版本 - asyncConfig: false #是否同步config表数据到redis - asyncWeChatProgramTempList: false #是否同步小程序公共模板库 + domain: + wechat-api-url: http://121.196.17.222:20003/ #请求微信接口中专服务器 + wechat-js-api-debug: false #微信js api系列是否开启调试模式 + wechat-js-api-beta: false #微信js api是否是beta版本 + asyncConfig: false #是否同步config表数据到redis + asyncWeChatProgramTempList: false #是否同步小程序公共模板库 spring: profiles: diff --git a/crmeb/src/main/resources/application.yml b/crmeb/src/main/resources/application.yml index 1fab4d69..11ee435a 100644 --- a/crmeb/src/main/resources/application.yml +++ b/crmeb/src/main/resources/application.yml @@ -1,12 +1,12 @@ # 配置端口 server: port: 8080 - domain: - wechat-api-url: http://121.196.17.222:20003/ #请求微信接口中专服务器 - wechat-js-api-debug: true #微信js api系列是否开启调试模式 - wechat-js-api-beta: true #微信js api是否是beta版本 - asyncConfig: false #是否同步config表数据到redis - asyncWeChatProgramTempList: false #是否同步小程序公共模板库 + domain: + wechat-api-url: http://121.196.17.222:20003/ #请求微信接口中专服务器 + wechat-js-api-debug: true #微信js api系列是否开启调试模式 + wechat-js-api-beta: true #微信js api是否是beta版本 + asyncConfig: false #是否同步config表数据到redis + asyncWeChatProgramTempList: false #是否同步小程序公共模板库 spring: profiles: