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