apiserver/APIServer.yml

23 lines
495 B
YAML
Raw Normal View History

2023-11-25 14:02:30 +08:00
Settings:
ListenPort: 9000
HookScript: APIHOOK
2023-12-13 09:38:47 +08:00
# HostMode: 0=IP Address; 1=Hostname
HostMode: 1
MustPost: false
2023-11-25 14:02:30 +08:00
ParamCheck: false
2024-01-16 20:10:36 +08:00
LogRequest: false
2023-11-25 14:02:30 +08:00
LogResponse: false
MySQL:
2024-01-16 20:10:36 +08:00
Server: 127.0.0.1
2023-11-25 14:02:30 +08:00
Port: 3306
Database: ewsv3_f715
2023-11-25 14:02:30 +08:00
User: apisvc
Password: wcqte
IssuesTable: issues
2024-01-24 10:50:12 +08:00
IssuesView: v_issues
OfflineView: v_offline
2024-11-18 20:09:58 +08:00
StorageTable: racs
GetFailListSQL: SELECT * FROM v_racs
GetFailListParams:
- {"Param":"LINE", "Column":"Tab_Line"}