Fix syntax of example configuration: a string is expected
This commit is contained in:
parent
a6b3ceccbf
commit
5e6eb2738a
|
@ -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"
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue