meta: add exmaple config
This commit is contained in:
parent
01a1b9a185
commit
baf52106fd
1 changed files with 8 additions and 0 deletions
8
config.sample.toml
Normal file
8
config.sample.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
admins = [ "foo@localhost" ]
|
||||
jid = "bar@localhost"
|
||||
password = "bonjourxmpp"
|
||||
|
||||
rooms = [ "room@muc.localhost" ]
|
||||
secret = "bonjourforgejo"
|
||||
|
||||
addr = "[::1]:5225"
|
||||
Loading…
Reference in a new issue