Listen on all addresses

master
Manuel Kasper 2022-08-02 22:42:14 +02:00
rodzic 43abb02735
commit 641b472cf9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ var config = {};
module.exports = config;
config.http = {
host: '127.0.0.1',
host: undefined,
port: 8081
};