1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 02:32:26 -05:00

Default config file

This commit is contained in:
Sébastien Hut 2015-03-19 16:42:47 +01:00
parent 39296dcbaa
commit fe22d0e98e

View File

@ -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",