31 lines
1.1 KiB
Bash
31 lines
1.1 KiB
Bash
APP_DOMAIN=order.example.com
|
|
APP_BASE_URL=https://order.example.com
|
|
|
|
TZ=Asia/Shanghai
|
|
BACKEND_PORT=3000
|
|
CLAIM_BASE_URL=https://order.example.com/#/claim
|
|
DATABASE_URL=postgres://postgres:replace-with-strong-password@postgres:5432/order_site
|
|
DATABASE_SSL=false
|
|
DATABASE_MAX_CONNECTIONS=20
|
|
DATA_ROOT=/app/data
|
|
OCR_PROJECT_ROOT=/app/subservices/ocr-worker
|
|
TENCENT_REDEEM_PROOF_MODE=basic
|
|
TENCENT_BROWSER_HEADLESS=true
|
|
TENCENT_BROWSER_DEVTOOLS=false
|
|
TENCENT_BROWSER_PREWARM=true
|
|
TENCENT_BROWSER_KEEP_ALIVE=true
|
|
TENCENT_BROWSER_SLOW_MO=0
|
|
TENCENT_SESSION_DEBUG=false
|
|
|
|
ADMIN_SESSION_SECRET=replace-with-a-long-random-secret
|
|
ADMIN_DEFAULT_USERS_JSON=[{"username":"admin","password":"replace-with-strong-admin-password","role":"admin"},{"username":"operator","password":"replace-with-strong-operator-password","role":"operator"}]
|
|
|
|
ORDER_FULFILLMENT_BINDINGS_JSON=[]
|
|
|
|
AGISO_APP_SECRET=
|
|
AGISO_MESSAGING_ENABLED=false
|
|
AGISO_APP_ID=
|
|
AGISO_ACCESS_TOKEN=
|
|
AGISO_MESSAGE_APP_SECRET=
|
|
AGISO_MESSAGE_TEMPLATE=您的订单 {platformOrderId} 已创建领取链接,请尽快打开并完成领取:{claimUrl}
|