From f256af3d02f494332ede22344cf4fbb7f09918b8 Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 4 Oct 2022 14:48:28 +0200 Subject: [PATCH] Log host ip --- back/tests.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/back/tests.js b/back/tests.js index 809906177..3ab31afee 100644 --- a/back/tests.js +++ b/back/tests.js @@ -18,6 +18,9 @@ async function test() { await container.run(isCI); dataSources = JSON.parse(JSON.stringify(dataSources)); + console.log('host ', container.dbConf.host); + console.log('port ', container.dbConf.port); + Object.assign(dataSources.vn, { host: container.dbConf.host, port: container.dbConf.port