1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Update config.js

This commit is contained in:
ericgaspar 2021-08-30 15:17:01 +02:00
parent c1e0801e94
commit 746f116090
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -395,7 +395,7 @@ module.exports = {
// - `url`: A url of the form `ldaps://<ip>:<port>`.
// For plain connections, use the `ldap` scheme.
url: "ldap://127.0.0.1",
url: "ldap://127.0.0.1:389",
// - `primaryKey`: LDAP primary key. It is set to `"uid"` by default.
primaryKey: "uid",