1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04: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": {
"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",