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
2762081ece
commit
c345870b69
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
// channels and scrollbacks are available when they come back.
|
// channels and scrollbacks are available when they come back.
|
||||||
//
|
//
|
||||||
// This value is set to `false` by default.
|
// This value is set to `false` by default.
|
||||||
public: true,
|
public: false,
|
||||||
|
|
||||||
// ### `host`
|
// ### `host`
|
||||||
//
|
//
|
||||||
|
@ -391,7 +391,7 @@ module.exports = {
|
||||||
ldap: {
|
ldap: {
|
||||||
// - `enable`: when set to `false`, LDAP support is disabled and all other
|
// - `enable`: when set to `false`, LDAP support is disabled and all other
|
||||||
// values are ignored.
|
// values are ignored.
|
||||||
enable: false,
|
enable: true,
|
||||||
|
|
||||||
// - `url`: A url of the form `ldaps://<ip>:<port>`.
|
// - `url`: A url of the form `ldaps://<ip>:<port>`.
|
||||||
// For plain connections, use the `ldap` scheme.
|
// For plain connections, use the `ldap` scheme.
|
||||||
|
|
Loading…
Reference in a new issue