初始化2
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
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: 1800
|
||||
|
||||
# 项目间内部 API 写死 token
|
||||
Internal:
|
||||
Token: Hardman_2026
|
||||
|
||||
Log:
|
||||
Mode: file
|
||||
Path: logs
|
||||
Level: info
|
||||
|
||||
Redis:
|
||||
Host: 127.0.0.1:6379
|
||||
Type: node
|
||||
Reference in New Issue
Block a user