29 lines
369 B
YAML
29 lines
369 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
|