Files
dukang/server/dukang-api/.env.example
T
2026-06-30 23:44:31 +08:00

21 lines
597 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
DATABASE_URL="mysql://root:root@localhost:3306/dukang_haoke"
REDIS_URL="redis://localhost:6379"
JWT_SECRET="dukang-prev1-dev-secret-change-in-prod"
JWT_EXPIRES_IN="7d"
PORT=3000
MOCK_SMS=true
MOCK_SMS_CODE=123456
MOCK_PAY=true
MOCK_DELIVERY_AUTO=true
AUTO_APPROVE_STORE=true
# 快递中间层(xiaofeixia | sf | jd,目前仅实现 xiaofeixia
COURIER_PROVIDER=xiaofeixia
# 小飞侠同城快递
XIAOFEIXIA_API_URL=https://beta.51xiaoju.cn/app/api/interface.do
XIAOFEIXIA_APP_ID=
XIAOFEIXIA_MCH_ID=
XIAOFEIXIA_API_KEY=
# 签名类型:MD5(默认)或 HMAC-SHA256
XIAOFEIXIA_SIGN_TYPE=MD5