Remove icon URL from default config

This commit is contained in:
q13x 2022-12-20 18:27:34 -08:00
parent 2e2969c551
commit 529d92ba34

View File

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