Browse Source

修改配置

杨杰 4 years ago
parent
commit
4f13452346
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/main/resources/application.yml

+ 4 - 4
src/main/resources/application.yml

@@ -1,8 +1,11 @@
+##端口配置
+server.port: 666 #监听端口
+
 ##自定义配置
 mta: 
-  debug: true #是否测试
   domain: https://zhifu.mtavip.com  #本工程域名(用于支付回调 需要在支付宝开放平台和微信商户平台配置)
 
+##支付配置
 alipay: #支付宝
   appid: 2017020505526927
   serverUrl: https://openapi.alipay.com/gateway.do
@@ -14,9 +17,6 @@ wxpay: #微信支付
   appid: wxc61229f2ac6c068d
   secret: 559eb6029da80950634a43f55dc453bd
   
-##端口配置
-server.port: 666 #监听端口
-  
 ##数据源配置
 spring.datasource: 
   driverClassName: com.mysql.jdbc.Driver