Skip to content

Commit a5f3b58

Browse files
committed
add example for 'admin' ACL
1 parent a9fbf4f commit a5f3b58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ejabberd.yml.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ acl:
9898
ip:
9999
- 127.0.0.0/8
100100
- ::1/128
101+
## Uncomment below to set an admin user. Be sure to edit the value of that
102+
## user to the account you want to use.
103+
# admin:
104+
# user: admin
101105

102106
access_rules:
103107
local:

0 commit comments

Comments
 (0)