hospital-adapter-service/.env.gateway.example
Jafeng b8a6e9a8e1 feat: 支持中转平台 direct 路由模式
- gateway 新增 local/direct/edge 多模式路由
- 邹平改为 direct 模式,由 gateway 主动访问前置机地址
- 更新 gateway/zpfb 环境变量示例和部署说明
2026-06-22 15:49:26 +08:00

13 lines
510 B
Plaintext
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.

CONFIG_NODE_PORT=8082
CONFIG_ADAPTER_ROLE=gateway
CONFIG_MONGO_ENABLED=false
# 测试环境: 前端按 HIS 选项传固定 corpId网关按 corpId 路由到医院编码。
CONFIG_HOSPITAL_ADAPTER_CORP_MAP={"wwa54dfba0b5441ef1":"gk","zpfb-corp-id":"zpfb"}
CONFIG_HOSPITAL_ADAPTER_ROUTE_MODE_MAP={"gk":"local","zpfb":"direct"}
CONFIG_HOSPITAL_ADAPTER_DIRECT_URL_MAP={"zpfb":"http://120.224.145.13:8082"}
CONFIG_GK_JHIDS_PROXY_URL=https://crm.gykqyy.com/ykt/getYoucanData/gkJhids
CONFIG_RPC_TIMEOUT_MS=30000