|
|
|
@ -4,7 +4,7 @@ spring.profiles.active=dev,alipay,bestpay,jd,wechat,rpay,yeepay
|
|
|
|
|
|
|
|
|
|
env.company=RoyalPay
|
|
|
|
|
|
|
|
|
|
multipart.max-file-size=10Mb
|
|
|
|
|
multipart.max-file-size=10MB
|
|
|
|
|
|
|
|
|
|
spring.datasource.test-while-idle=true
|
|
|
|
|
#连接池检测释放周期
|
|
|
|
@ -155,4 +155,7 @@ qcloud.scf.region=ap-hongkong
|
|
|
|
|
apple.message.apns.file=
|
|
|
|
|
apple.message.apns.password=
|
|
|
|
|
android.message.appkey=
|
|
|
|
|
android.message.secret=
|
|
|
|
|
android.message.secret=
|
|
|
|
|
|
|
|
|
|
spring.servlet.multipart.max-file-size=20MB
|
|
|
|
|
spring.servlet.multipart.max-request-size=20MB
|
|
|
|
|