mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-21 16:55:10 -05:00
Default config file
This commit is contained in:
parent
39296dcbaa
commit
fe22d0e98e
@ -11,11 +11,11 @@
|
||||
},
|
||||
"server": {
|
||||
"name": "Otalk",
|
||||
"domain": "localhost",
|
||||
"wss": "wss://localhost:5281/xmpp-websocket/",
|
||||
"muc": "chat.localhost",
|
||||
"startup": "",
|
||||
"admin": ""
|
||||
"domain": "example.com",
|
||||
"wss": "wss://example.com:5281/xmpp-websocket/",
|
||||
"muc": "chat.example.com",
|
||||
"startup": "room%40chat.example.com",
|
||||
"admin": "admin"
|
||||
},
|
||||
"ldap": {
|
||||
"address": "127.0.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user