diff --git a/config.toml.example b/config.toml.example index a050c4a..866b29b 100644 --- a/config.toml.example +++ b/config.toml.example @@ -6,5 +6,8 @@ user = "a" password = "a" query = "SELECT [Id],[Version] FROM [EFTDB].[dbo].[tbl_Schema_Version]" +[output] +filename ="./data.json" + [logging] use_log = true \ No newline at end of file