Fix syntax of example configuration: a string is expected

This commit is contained in:
Badlop 2021-02-08 00:06:58 +01:00
parent a6b3ceccbf
commit 5e6eb2738a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
...
```