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:
parent
a2371ae2c0
commit
b073dec61b
1 changed files with 2 additions and 1 deletions
|
@ -428,7 +428,8 @@ module.exports = {
|
||||||
// to `"ou=accounts,dc=example,dc=com"`.
|
// to `"ou=accounts,dc=example,dc=com"`.
|
||||||
// When unset, the LDAP auth logic with use `searchDN` instead to locate users.
|
// When unset, the LDAP auth logic with use `searchDN` instead to locate users.
|
||||||
baseDN: "ou=users,dc=yunohost,dc=org",
|
baseDN: "ou=users,dc=yunohost,dc=org",
|
||||||
|
},
|
||||||
|
|
||||||
// ## Debugging settings
|
// ## Debugging settings
|
||||||
|
|
||||||
// The `debug` object contains several settings to enable debugging in The
|
// The `debug` object contains several settings to enable debugging in The
|
||||||
|
|
Loading…
Add table
Reference in a new issue