14 lines
359 B
Bash
14 lines
359 B
Bash
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
|
|
|
|
# 反向代理后提取真实客户端 IP(下单 IP 定位)
|
|
# TRUST_PROXY=true
|