更新yml
This commit is contained in:
@@ -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的密码
|
||||
password: crmeb.com #访问swagger的密码
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user