集成通联支付 配置文件

This commit is contained in:
liuchengqian 2025-03-27 17:20:25 +08:00
parent 63bccbe4ef
commit a9ba6a8cb6

View File

@ -1,4 +1,4 @@
server.port = 6801 server.port = 7801
## 数据源配置 ## 数据源配置
spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new spring.datasource.url = jdbc:postgresql://8.142.26.238:5432/fire_point_new
@ -77,3 +77,11 @@ my.MaxLoginErrorCount = 5
## 自定义用户登录错误间隔时间(分钟) ## 自定义用户登录错误间隔时间(分钟)
my.LoginErrorIntervalTime = 60 my.LoginErrorIntervalTime = 60
logging.level.org.springframework.web.servlet.DispatcherServlet=DEBUG
qrCode.saveDirPath = /home/lcq/server/fire_point_allinpay/qrCode
qrCode.accessDirPath = qrCode
pay.notifyUrl = http://8.142.26.238:7801/pay/notify
#qrCode.saveDirPath = C:\\Users\\ADMIN\\Desktop\\qrCode
#qrCode.accessDirPath = qrCode
#pay.notifyUrl = http://localhost:7801/pay/notify