优化配置文件-2

This commit is contained in:
yml
2026-05-21 19:38:42 +08:00
parent 7513958a4c
commit be7b057034
4 changed files with 53 additions and 19 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ services:
DATABASE_URL: ${DATABASE_URL:-postgres://postgres:postgres@postgres:5432/order_site}
DATABASE_SSL: ${DATABASE_SSL:-false}
DATABASE_MAX_CONNECTIONS: ${DATABASE_MAX_CONNECTIONS:-20}
DATA_ROOT: ${DATA_ROOT:-/app/data}
DATA_ROOT: /app/data
OCR_BASE_URL: ${OCR_BASE_URL:-http://ocr-worker:8100}
CLAIM_BASE_URL: ${CLAIM_BASE_URL:-http://localhost/#/claim}
TENCENT_REDEEM_PROOF_MODE: ${TENCENT_REDEEM_PROOF_MODE:-full}