summaryrefslogtreecommitdiff
path: root/ejabberd.yml.example
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2020-06-25 12:00:42 +0200
committerBadlop <badlop@process-one.net>2020-06-25 12:39:44 +0200
commit0ff5b44d15691ec3e7edd1b2ee1b5861dfdbc11d (patch)
tree83b7e1e75865b2e51b4850438ef7ed40c28a2f73 /ejabberd.yml.example
parentSubscriber should not send message to moderated room (#3222) (diff)
Fix YAML syntax in example configuration (#3301)
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r--ejabberd.yml.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example
index 7082dab9..c6f36dbd 100644
--- a/ejabberd.yml.example
+++ b/ejabberd.yml.example
@@ -110,14 +110,14 @@ api_permissions:
who:
access:
allow:
- acl: loopback
- acl: admin
+ - acl: loopback
+ - acl: admin
oauth:
scope: "ejabberd:admin"
access:
allow:
- acl: loopback
- acl: admin
+ - acl: loopback
+ - acl: admin
what:
- "*"
- "!stop"