From 58ceb7b4c58a0bfe1499d4884c3249eb6d95c787 Mon Sep 17 00:00:00 2001 From: Lewis Clark Date: Thu, 27 Oct 2022 10:26:49 +0100 Subject: [PATCH] Add write_mode option to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03d318..04e2ebf 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ Example (default) configuration: # Options for the file stealer/dumper [stealer] enabled = true # Enable or disable +write_mode = "truncate" # can be "truncate" or "append" - see issue #35 for info # Options for the Lua loader [loader]