Files
bj_power/bj_power_wms/etc/bj_power_wms-api-verify.yaml
T
SunYF 2544c6141d refactor: 合并原库房客户端到主WMS服务,退役8891端口
1.  将bj_power_wms_client的前端代码、配置及网关逻辑全部迁移到bj_power_wms主项目
2.  删除原库房客户端相关的所有文件与配置
3.  更新README与部署文档,说明合并后的服务架构
4.  新增Web配置项支持自动打开浏览器开关,统一服务端口为8890
2026-09-07 15:55:30 +08:00

33 lines
417 B
YAML

Name: bj_power_wms
Host: 0.0.0.0
Port: 8902
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: 1800
Internal:
Token: Hardman_2026
Log:
Mode: console
Level: info
Redis:
Host: 127.0.0.1:6379
Type: node
# 前端页面托管
Web:
OpenBrowser: false