From 42825b62fb11cf7f02a4c1dc33332da535d422af Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 20 Feb 2021 19:00:54 -0500 Subject: [PATCH] Update documentation --- storage/config.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage/config.go b/storage/config.go index 8264d4cb..b20a7528 100644 --- a/storage/config.go +++ b/storage/config.go @@ -2,6 +2,7 @@ package storage // Config is the configuration for alerting providers type Config struct { - // File is the path of the file to use when using file.Store + // File is the path of the file to use for persistence + // If blank, persistence is disabled. File string `yaml:"file"` }