更新yml

This commit is contained in:
张乐
2020-09-15 17:16:30 +08:00
parent d8e8a42ac7
commit c068d0f476
2 changed files with 14 additions and 12 deletions

View File

@@ -1,11 +1,12 @@
# 配置端口 # 配置端口
server: server:
port: 20000 port: 8080
domain: api.java.crmeb.net domain:
wechat-api-url: wechat-api-url: http://121.196.17.222:20003/ #请求微信接口中专服务器
wechat-js-api-debug: false wechat-js-api-debug: false #微信js api系列是否开启调试模式
wechat-js-api-beta: false wechat-js-api-beta: false #微信js api是否是beta版本
asyncConfig: true asyncConfig: false #是否同步config表数据到redis
asyncWeChatProgramTempList: false #是否同步小程序公共模板库
spring: spring:
profiles: profiles:

View File

@@ -1,11 +1,12 @@
# 配置端口 # 配置端口
server: server:
port: 8080 port: 8080
domain: domain:
wechat-api-url: #微信消息转发服务器http地址 wechat-api-url: http://121.196.17.222:20003/ #请求微信接口中专服务器
wechat-js-api-debug: true wechat-js-api-debug: true #微信js api系列是否开启调试模式
wechat-js-api-beta: true wechat-js-api-beta: true #微信js api是否是beta版本
asyncConfig: false asyncConfig: false #是否同步config表数据到redis
asyncWeChatProgramTempList: false #是否同步小程序公共模板库
spring: spring:
profiles: profiles: