Files
bj_power/bj_power_wms/etc/bj_power_wms-api-verify.yaml
T

43 lines
704 B
YAML
Raw Normal View History

Name: bj_power_wms
Host: 0.0.0.0
Port: 8902
Timeout: 10000
MaxBytes: 52428800
# 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
Internal:
Token: Hardman_2026
Log:
Mode: console
Level: info
Redis:
Host: 127.0.0.1:6379
Type: node
# 前端页面托管
Web:
OpenBrowser: false
# 附件存储(校验环境用临时目录,避免污染开发附件根目录)
Attachment:
RootDir: "D:/hardman/bj_power/attachments_verify"
DefaultMaxSize: 20971520
LocalRetentionYears: 1
DiskWarnPercent: 20
DiskCriticalPercent: 10
DiskCheckHour: 7