Skip to content

Commit

Permalink
feat: add store_config to example n1081b.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 12, 2024
1 parent 203465d commit 278b5c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configs/examples/n1081b.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ daq_job_type="n1081b"
host="1.2.3.4"
port="8080"
password="password"
sections_to_store=["SEC_B", "SEC_D"]
sections_to_store=["SEC_B", "SEC_D"]

[store_config]
daq_job_store_type="csv"
file_path="n1081b.csv"
add_date=true

0 comments on commit 278b5c1

Please sign in to comment.