diff options
| author | Badlop <badlop@process-one.net> | 2020-06-25 12:00:42 +0200 |
|---|---|---|
| committer | Badlop <badlop@process-one.net> | 2020-06-25 12:39:44 +0200 |
| commit | 0ff5b44d15691ec3e7edd1b2ee1b5861dfdbc11d (patch) | |
| tree | 83b7e1e75865b2e51b4850438ef7ed40c28a2f73 /ejabberd.yml.example | |
| parent | Subscriber 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.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 7082dab98..c6f36dbd4 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" |
