From 641b472cf96724a120472d5d154119032c6cf2dc Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Tue, 2 Aug 2022 22:42:14 +0200 Subject: [PATCH] Listen on all addresses --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index f2e7f0c..c1e98ea 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ var config = {}; module.exports = config; config.http = { - host: '127.0.0.1', + host: undefined, port: 8081 };