大改:重构项目
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# 服务器配置
|
||||
server:
|
||||
port: 9202
|
||||
port: 9200
|
||||
|
||||
# 数据源配置
|
||||
spring:
|
||||
|
||||
@@ -57,4 +57,12 @@ config:
|
||||
# 生产环境证书配置
|
||||
certificate:
|
||||
load-mode: VOLUME # 生产环境从Docker挂载卷加载
|
||||
cert-root-path: /app/certs
|
||||
cert-root-path: /www/wwwroot/file.ws
|
||||
|
||||
# 支付配置缓存
|
||||
payment:
|
||||
cache:
|
||||
# 支付配置缓存键前缀,生产环境使用 Payment:1* 格式
|
||||
key-prefix: "Payment:1"
|
||||
# 缓存过期时间(小时)
|
||||
expire-hours: 24
|
||||
|
||||
Reference in New Issue
Block a user