mahdahar dc6cca71cf feat: move instrument onboarding to YAML config
Replace DB-backed instrument upserts with app.yaml-driven config loading, matching, and translator application in the ingestion workflow. Also add serial-port connector support, startup validation tooling, and migration tracking updates to keep runtime behavior and docs aligned.
2026-04-06 16:50:17 +07:00

26 lines
466 B
YAML

host:
url: http://localhost:4000/api/results
apikey: ""
port: 4001
inst1:
enabled: true
connector:
type: serial
port: COM1
baudRate: 9600
dataBits: 8
stopBits: 1
parity: none
config:
location: default-lab
communication_mode: unidirectional
note: ASTM instrument over serial COM
translator:
parser: astm
forceInstrumentId: true
meta:
translator: msg1
connection: serial
direction: mono