Fixing .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,3 +10,4 @@ buildNumber.properties
|
|||||||
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
|
||||||
.mvn/wrapper/maven-wrapper.jar
|
.mvn/wrapper/maven-wrapper.jar
|
||||||
/.idea/
|
/.idea/
|
||||||
|
src/main/resources/weChatConfig.properties
|
||||||
@@ -1,50 +0,0 @@
|
|||||||
wxpay:
|
|
||||||
#应用编号
|
|
||||||
wxpay.appId: wx47134a8f15083734
|
|
||||||
#商户号
|
|
||||||
wxpay.mchId: 1612860909
|
|
||||||
# APIv3密钥
|
|
||||||
wxpay.apiV3Key: 4aYFklzaULeGlr7oJPZ6rHWKcxjihZUF
|
|
||||||
# 微信支付V3-url前缀
|
|
||||||
wxpay.baseUrl: https://api.mch.weixin.qq.com/v3
|
|
||||||
#po9k1ezoyexk.ngrok.xiaomiqiu123.top 内网穿透地址 测试ok 正式环境下切换服务器地址
|
|
||||||
#wxpay.notifyUrl: http://101.201.146.165:9100
|
|
||||||
|
|
||||||
wxpay.notifyUrl: http://59.110.212.44:9100/pb/pay/payNotify
|
|
||||||
|
|
||||||
# 退款通知回调, pjm6m9.natappfree.cc 为内网穿透地址
|
|
||||||
wxpay.refundNotifyUrl: http://pjm6m9.natappfree.cc/pay/refundNotify
|
|
||||||
# 密钥路径,resources下 /usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem
|
|
||||||
|
|
||||||
wxpay.keyPemPath:C:/Users/Administrator/IdeaProjects/peanut_book/src/main/resources/cent/apiclient_key.pem
|
|
||||||
#wxpay.keyPemPath:D:/hs/nuttyreading-java/src/main/resources/cent/apiclient_key.pem
|
|
||||||
#商户证书序列号
|
|
||||||
wxpay.serialNo: 679AECB2F7AC4183033F713828892BA640E4EEE3
|
|
||||||
#微信服务器地址
|
|
||||||
wxpay.domain: https://api.mch.weixin.qq.com
|
|
||||||
|
|
||||||
|
|
||||||
#wxpay:
|
|
||||||
##应用编号
|
|
||||||
#wxpay.appId: wx47134a8f15083734
|
|
||||||
##商户号
|
|
||||||
#wxpay.mchId: 1612860909
|
|
||||||
## APIv3密钥
|
|
||||||
#wxpay.apiV3Key: 4aYFklzaULeGlr7oJPZ6rHWKcxjihZUF
|
|
||||||
## 微信支付V3-url前缀
|
|
||||||
#wxpay.baseUrl: https://api.mch.weixin.qq.com/v3
|
|
||||||
##po9k1ezoyexk.ngrok.xiaomiqiu123.top 内网穿透地址 测试ok 正式环境下切换服务器地址
|
|
||||||
#
|
|
||||||
##wxpay.notifyUrl: http://101.201.146.165:9100
|
|
||||||
#
|
|
||||||
#wxpay.notifyUrl: http://59.110.212.44:9100/pb/pay/payNotify
|
|
||||||
#
|
|
||||||
## 退款通知回调, pjm6m9.natappfree.cc 为内网穿透地址
|
|
||||||
#wxpay.refundNotifyUrl: http://pjm6m9.natappfree.cc/pay/refundNotify
|
|
||||||
## 密钥路径,resources下 /usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem
|
|
||||||
#
|
|
||||||
#wxpay.keyPemPath:/usr/local/hs/peanut_book/target/classes/cent/apiclient_key.pem
|
|
||||||
##商户证书序列号
|
|
||||||
#wxpay.serialNo: 679AECB2F7AC4183033F713828892BA640E4EEE3
|
|
||||||
##微信服务器地址
|
|
||||||
#wxpay.domain: https://api.mch.weixin.qq.com
|
|
||||||
Reference in New Issue
Block a user