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: