From 5e6eb2738a7962baedd23e0d0b9a45016f140bdf Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 8 Feb 2021 00:06:58 +0100 Subject: [PATCH] Fix syntax of example configuration: a string is expected --- mod_post_log/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_post_log/README.txt b/mod_post_log/README.txt index a50bde6..8b00038 100644 --- a/mod_post_log/README.txt +++ b/mod_post_log/README.txt @@ -15,7 +15,7 @@ Add the module to your ejabberd.yml, in the modules section: modules: ... mod_post_log: - url: http://foo.bar.com/messages + url: "http://foo.bar.com/messages" ... ```