初始化2
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
Name: bj_power_workstation
|
||||
Host: 0.0.0.0
|
||||
Port: 8892
|
||||
Timeout: 30000
|
||||
|
||||
# 日志按天存储 30 天(Log 为空则走 go-zero 默认)
|
||||
Log:
|
||||
Mode: file
|
||||
Path: logs
|
||||
Level: info
|
||||
KeepDays: 30
|
||||
Compress: false
|
||||
|
||||
Auth:
|
||||
AccessSecret: Hardman_2026
|
||||
AccessExpire: 1800
|
||||
|
||||
Mes:
|
||||
BaseURL: http://127.0.0.1:8888
|
||||
|
||||
Internal:
|
||||
Token: Hardman_2026
|
||||
|
||||
Sim:
|
||||
Enable: true
|
||||
|
||||
# 工位配置:Code 留空则前端可自选工位;ScrewCount 为本工位需拧紧的螺丝颗数
|
||||
Station:
|
||||
Code: ""
|
||||
ScrewCount: 10
|
||||
|
||||
# 工艺文件 PDF 本地预缓存目录(留空关闭缓存)
|
||||
PdfCache:
|
||||
Dir: pdf_cache
|
||||
|
||||
Sqlite:
|
||||
Path: workstation.db
|
||||
Reference in New Issue
Block a user