Files
vnctalk-hybridauth/conf.template/vnc-hybridauth2.js.template
T
2018-11-08 05:10:09 +01:00

26 lines
714 B
Plaintext

module.exports = {
development: {
xmppToken: 'ocu8saithoYa2teeb2ahTh9fee4is7ai',
servicePort: 9544,
ldap: {
ldapUri: 'ldap://zimbra.uxf.zimbra-vnc.de:389',
bindDn: 'uid=zimbra,cn=admins,cn=zimbra',
bindPassword: 'cfQ9f0KNR',
searchBase: 'ou=people,dc=uxf,dc=zimbra-vnc,dc=de',
filter: '(objectClass=inetOrgPerson)',
config: 100,
// valid ldapType for now: MS-AD, zimbra
ldapType: 'zimbra'
},
database: {
host: "talk.uxf.zimbra-vnc.de",
port: 5432,
name: "prosody",
user: "prosody",
pass: "oolehohqueithaipeikahtaeshoozais",
idleTimeoutMillis: 10000,
connectionTimeoutMillis: 10000
}
}
};