# Production deployment template. Copy to .env and replace every change-me value. # Keep real secrets out of git. # App APP_DOMAIN=order.khhao.com APP_BASE_URL=https://order.khhao.com CADDY_SITE_ADDR=https://order.khhao.com TZ=Asia/Shanghai BACKEND_PORT=3000 # Claim Links CLAIM_BASE_URL=https://order.khhao.com/#/claim CLAIM_TOKEN_TTL_HOURS=24 # Database POSTGRES_DB=order_site POSTGRES_USER=postgres POSTGRES_PASSWORD=change-me-postgres-password DATABASE_URL=postgres://postgres:change-me-postgres-password@postgres:5432/order_site DATABASE_SSL=false DATABASE_MAX_CONNECTIONS=20 # Data And Logging DATA_ROOT=/app/data LOG_LEVEL=info # OCR OCR_IMAGE=order_site-ocr-worker:latest OCR_BASE_URL=http://ocr-worker:8100 # Tencent Browser TENCENT_REDEEM_PROOF_MODE=full TENCENT_BROWSER_HEADLESS=true TENCENT_BROWSER_DEVTOOLS=false TENCENT_BROWSER_PREWARM=true TENCENT_BROWSER_KEEP_ALIVE=true TENCENT_BROWSER_SLOW_MO=0 TENCENT_BROWSER_VNC_RESOLUTION=1600x900x24 TENCENT_SESSION_DEBUG=false # Admin ADMIN_SESSION_SECRET=change-me-long-random-session-secret ADMIN_SESSION_TTL_HOURS=12 ADMIN_DEFAULT_USERS_JSON=[{"username":"admin","password":"change-me-admin-password","role":"admin"},{"username":"operator","password":"change-me-operator-password","role":"operator"}] # Agiso AGISO_APP_SECRET=change-me-agiso-app-secret AGISO_MESSAGING_ENABLED=true AGISO_TRADE_DETAIL_ENDPOINT=https://gw-api.agiso.com/aldsIdle/Order/Detail AGISO_TRADE_DETAIL_API_VERSION=1 AGISO_TRADE_DETAIL_TIMEOUT_MS=5000 AGISO_AUTO_DELIVERY_ENABLED=true AGISO_AUTO_DELIVERY_ENDPOINT=https://gw-api.agiso.com/aldsIdle/Order/DummySend AGISO_AUTO_DELIVERY_API_VERSION=1 AGISO_MESSAGE_API_VERSION=1 AGISO_SEND_MESSAGE_ENDPOINT=https://gw-api.agiso.com/aldsIdle/ImMsg/SendMsg # 91Kaquan NINETYONE_USER_ID= NINETYONE_SECRET= NINETYONE_VERSION=1.0 NINETYONE_SHOP_ID=91kaquan NINETYONE_SHOP_NAME=91卡券 NINETYONE_TIMESTAMP_TOLERANCE_SECONDS=600 NINETYONE_CARDS_ENCODING=aes-256-ecb-base64