wip
1database:
2 type: "postgres" # or "sqlite"
3 path: "postgres://atscand:YOUR_PASSWORD@localhost:5432/atscand?sslmode=disable"
4 # For SQLite: path: "atscan.db"
5
6plc:
7 directory_url: "https://plc.directory"
8 scan_interval: "5s"
9 bundle_dir: "./plc_bundles"
10 use_cache: true
11 index_dids: true
12
13pds:
14 scan_interval: "30m"
15 timeout: "30s"
16 workers: 20
17 recheck_interval: "1.5h"
18 scan_retention: 20
19
20api:
21 host: "0.0.0.0"
22 port: 8080