配置文件修改
This commit is contained in:
parent
278d915032
commit
d389f43838
|
@ -15,7 +15,7 @@ debug: false
|
|||
spring:
|
||||
profiles:
|
||||
# active: ${PROFILE_ACTIVE:dev} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
||||
active: ${PROFILE_ACTIVE :prod} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
||||
active: ${PROFILE_ACTIVE :dev} #此处由maven的环境选择决定,参考:https://www.jianshu.com/p/b7c75b0c364c
|
||||
# jackson时间格式化
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
|
@ -83,12 +83,13 @@ logging:
|
|||
#公众号配置
|
||||
mywx:
|
||||
# appid: wxb37a727764fc080b
|
||||
appid: wx2b5899dac09216d4
|
||||
# appid: wx2b5899dac09216d4
|
||||
appid: wxd22d58e8f0c40ed7
|
||||
# h5回调url
|
||||
h5url: http://wx-api-101281-5-1320792097.sh.run.tcloudbase.com
|
||||
h5url: http://62.234.217.137:9999
|
||||
# h5url: http://154.8.196.128:9999
|
||||
# h5url: http://154.8.196.128
|
||||
# h5urlAdmin: http://154.8.196.128/a.html
|
||||
h5urlAdmin: http://wx-api-101281-5-1320792097.sh.run.tcloudbase.com/a.html
|
||||
h5urlAdmin: http://62.234.217.137:9999/a.html
|
||||
#exel:
|
||||
# path: D://MyIMg//
|
||||
|
|
Loading…
Reference in New Issue