From c04fb7bc833404aac0f4fc1493be2f218e343f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 May 2024 11:16:11 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 8ab8811..2e155e0 100644 --- a/conf/config.js +++ b/conf/config.js @@ -79,7 +79,7 @@ module.exports = { * a specific address, specify it here. e.g '192.168.0.1' * */ - httpAddress: 'localhost', + httpAddress: '127.0.0.1', /* httpPort specifies on which port the nodejs server should listen. * By default it will serve content over port 3000, which is suitable