From 29641fcf01494636950fc3ef0be4432635dbf4e3 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:10:41 +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 650f5c7..8ab8811 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: '::', + httpAddress: 'localhost', /* httpPort specifies on which port the nodejs server should listen. * By default it will serve content over port 3000, which is suitable