default to the l33t port!

This commit is contained in:
Wouter Groeneveld 2021-03-08 17:06:24 +01:00
parent e949baac68
commit ac29d89e8d
1 changed files with 1 additions and 1 deletions

View File

@ -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",