mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-08 06:56:03 -08:00
Remove icon URL from default config
This commit is contained in:
parent
2e2969c551
commit
529d92ba34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user