Skip to content

Commit c6db30a

Browse files
committed
add example for 'admin' ACL
1 parent 4131608 commit c6db30a

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
@@ -101,6 +101,10 @@ acl:
101101
ip:
102102
- 127.0.0.0/8
103103
- ::1/128
104+
## Uncomment below to set an admin user. Be sure to edit the value of that
105+
## user to the account you want to use.
106+
# admin:
107+
# user: admin
104108

105109
access_rules:
106110
local:

0 commit comments

Comments
 (0)