diff --git a/configs/examples/n1081b.toml.example b/configs/examples/n1081b.toml.example index e34b5db..1cdb41b 100644 --- a/configs/examples/n1081b.toml.example +++ b/configs/examples/n1081b.toml.example @@ -2,4 +2,9 @@ daq_job_type="n1081b" host="1.2.3.4" port="8080" password="password" -sections_to_store=["SEC_B", "SEC_D"] \ No newline at end of file +sections_to_store=["SEC_B", "SEC_D"] + +[store_config] +daq_job_store_type="csv" +file_path="n1081b.csv" +add_date=true \ No newline at end of file