From ac29d89e8df501e2e87454b0755ee0eae6a8da86 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Mon, 8 Mar 2021 17:06:24 +0100 Subject: [PATCH] default to the l33t port! --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 2c2c106..4d32598 100644 --- a/src/config.js +++ b/src/config.js @@ -20,7 +20,7 @@ function setupDataDirs() { module.exports = { - port: process.env.PORT || 4000, + port: process.env.PORT || 1337, host: "localhost", token: process.env.TOKEN || "miauwkes",