From 2270378fc1e6e6a47473bcfc1de1d3a01669af49 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:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/src/main/resources/application-prod.yml | 15 ++++++++------- crmeb/src/main/resources/application.yml | 11 ++++++----- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/crmeb/src/main/resources/application-prod.yml b/crmeb/src/main/resources/application-prod.yml index 3e3420e0..45ac10bf 100644 --- a/crmeb/src/main/resources/application-prod.yml +++ b/crmeb/src/main/resources/application-prod.yml @@ -1,11 +1,12 @@ # 配置端口 server: - port: 20000 - domain: api.java.crmeb.net - wechat-api-url: - wechat-js-api-debug: false - wechat-js-api-beta: false - asyncConfig: true + 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 #是否同步小程序公共模板库 spring: profiles: @@ -54,4 +55,4 @@ swagger: enable: true #是否开启界面 check: true #是否打开验证 username: crmeb #访问swagger的账号 - password: crmeb.com #访问swagger的密码 \ No newline at end of file + password: crmeb.com #访问swagger的密码 diff --git a/crmeb/src/main/resources/application.yml b/crmeb/src/main/resources/application.yml index 1592dc08..1fab4d69 100644 --- a/crmeb/src/main/resources/application.yml +++ b/crmeb/src/main/resources/application.yml @@ -1,11 +1,12 @@ # 配置端口 server: port: 8080 - domain: - wechat-api-url: #微信消息转发服务器http地址 - wechat-js-api-debug: true - wechat-js-api-beta: true - asyncConfig: 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: