mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-05 17:15:04 -05:00
29 lines
782 B
JSON
29 lines
782 B
JSON
{
|
|
"isDev": true,
|
|
"http": {
|
|
"baseUrl": "http://localhost:8000",
|
|
"port": 8000,
|
|
"key": "./fakekeys/privatekey.pem",
|
|
"cert": "./fakekeys/certificate.pem"
|
|
},
|
|
"session": {
|
|
"secret": "shhhhhh don't tell anyone ok?"
|
|
},
|
|
"server": {
|
|
"name": "Otalk",
|
|
"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",
|
|
"user": "cn=admin,dc=example.com",
|
|
"password": "password",
|
|
"base": "ou=users,dc=example.com",
|
|
"filter": "objectClass=person",
|
|
"group": "cn=mygroup,ou=groups,dc=example.com"
|
|
}
|
|
}
|