Name: bj_power_wms Host: 0.0.0.0 Port: 8890 Timeout: 10000 # PostgreSQL Postgres: Host: 127.0.0.1 Port: 5432 User: postgres Password: postgres DBName: bj_power_wms SSLMode: disable # JWT(短有效期 + 滑动续签) Auth: AccessSecret: Hardman_2026 AccessExpire: 3600 # 项目间内部 API 写死 token Internal: Token: Hardman_2026 # MES 服务对接(备料单拉取/状态回写,AGV 配送用) Mes: BaseURL: http://127.0.0.1:8888 Token: Hardman_2026 Log: Mode: file Path: logs Level: info Redis: Host: 127.0.0.1:6379 Type: node # 海康 AGV(RCS-2000) 对接:未接真实 RCS 前保持 mock(模拟下发成功/到位) # 现场对接时填 EnableMock: false + RCS 服务地址 + appKey/appSecret Agv: EnableMock: true BaseURL: "" AppKey: "" AppSecret: "" # 前端页面托管(原库房客户端 8891 已合并进主服务) Web: OpenBrowser: true