yml格式化

This commit is contained in:
张乐
2020-09-15 17:49:18 +08:00
parent 7d27e5b4c4
commit 4b0051076f
2 changed files with 12 additions and 12 deletions

View File

@@ -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:

View File

@@ -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: