feat(deploy): configure czleilei240 integral shop
Add czleilei240 runtime profiles, frontend domains, contract paths, and Docker deployment updates so the integral shop can run against the Leilei environment. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# =============================================================
|
||||
# 寄卖商城 Docker 部署专用 Spring profile
|
||||
# 积分商城 Docker 部署专用 Spring profile
|
||||
# 通过 --spring.config.additional-location=file:/config/ + --spring.profiles.active=docker
|
||||
# 加载本文件,并由环境变量覆盖关键参数
|
||||
# =============================================================
|
||||
|
||||
server:
|
||||
port: ${SERVER_PORT:30032}
|
||||
port: ${SERVER_PORT:-30032}
|
||||
|
||||
crmeb:
|
||||
imagePath: /usr/local/crmeb/crmebimage/
|
||||
@@ -43,6 +43,8 @@ spring:
|
||||
max-idle: 10
|
||||
min-idle: 0
|
||||
time-between-eviction-runs: -1
|
||||
second:
|
||||
database: ${REDIS_SECOND_DATABASE:1}
|
||||
|
||||
# 订单同步(无 MER 时填默认)
|
||||
sync:
|
||||
|
||||
Reference in New Issue
Block a user