From fb45999cafa411091cd354268428a125fc095141 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 2 Jul 2021 22:51:08 +0200 Subject: [PATCH] Fix --- conf/config.js | 4 ++-- scripts/install | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index ff7ee20..7d1b8f2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -26,7 +26,7 @@ module.exports = { // For UNIX domain sockets, use `"unix:/absolute/path/to/file.sock"`. // // This value is set to `undefined` by default to listen on all interfaces. - host: undefined, + host: "127.0.0.1", // ### `port` // @@ -395,7 +395,7 @@ module.exports = { // - `url`: A url of the form `ldaps://:`. // 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", diff --git a/scripts/install b/scripts/install index f5803f8..7a0b9a4 100644 --- a/scripts/install +++ b/scripts/install @@ -134,6 +134,7 @@ pushd $final_path ynh_use_nodejs ynh_exec_warn_less yarn install ynh_exec_warn_less NODE_ENV=production yarn build + ynh_exec_warn_less yarn link popd #=================================================