From 4540c758878c2c4f851e23e0c7885f7c0a1b1480 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Thu, 7 Jan 2016 16:19:51 +0100 Subject: [PATCH] Remove template section from example config Since our default templates are now compiled into the binary, this is only relevant to advanced users and will cause trouble when running a derivative of the example config within the repository directory. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 2e6e8531..8193d833 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,6 @@ global: smtp_smarthost: 'localhost:25' smtp_from: 'alertmanager@example.org' -# The directory from which notification templates are read. -templates: -- 'template/*.tmpl' - # The root route on which each incoming alert enters. route: # The labels by which incoming alerts are grouped together. For example,