mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 12:28:33 +08:00
更新yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user