From 529d92ba347c7dffd1d5d1f1494c82adeecea174 Mon Sep 17 00:00:00 2001 From: q13x Date: Tue, 20 Dec 2022 18:27:34 -0800 Subject: [PATCH] Remove icon URL from default config --- config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ts b/config.ts index 9017b5c..d886ff0 100644 --- a/config.ts +++ b/config.ts @@ -6,12 +6,12 @@ export const config: Config = { bindPort: 80, // 443 if using TLS maxPlayers: 20, motd: { - iconURL: "./icon.webp", + iconURL: null, l1: "hi", l2: "lol" }, server: { - host: "127.0.0.1", + host: "locahost", port: 25565 }, security: { // provide path to key & cert if you want to enable encryption/secure websockets