mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix YAML syntax in example configuration (#3301)
This commit is contained in:
parent
61926a44be
commit
0ff5b44d15
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue