Skip to content

Commit 1716f5e

Browse files
committed
add example for 'admin' ACL
1 parent a853ca8 commit 1716f5e

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
@@ -103,6 +103,10 @@ acl:
103103
ip:
104104
- 127.0.0.0/8
105105
- ::1/128
106+
## Uncomment below to set an admin user. Be sure to edit the value of that
107+
## user to the account you want to use.
108+
# admin:
109+
# user: admin
106110

107111
access_rules:
108112
local:

0 commit comments

Comments
 (0)