杂七杂八
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# 开发环境配置
|
||||
|
||||
# 服务器配置
|
||||
server:
|
||||
port: 9202
|
||||
|
||||
# 数据源配置
|
||||
spring:
|
||||
datasource:
|
||||
@@ -50,6 +54,6 @@ certificate:
|
||||
load-mode: CLASSPATH # 开发环境从classpath加载
|
||||
wechat-pay:
|
||||
dev:
|
||||
private-key-file: "certs/dev/apiclient_key.pem"
|
||||
apiclient-cert-file: "certs/dev/apiclient_cert.pem"
|
||||
wechatpay-cert-file: "certs/dev/wechatpay_cert.pem"
|
||||
private-key-file: "apiclient_key.pem"
|
||||
apiclient-cert-file: "apiclient_cert.pem"
|
||||
wechatpay-cert-file: "wechatpay_cert.pem"
|
||||
|
||||
Reference in New Issue
Block a user