mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 15:26:04 -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
|
bindPort: 80, // 443 if using TLS
|
||||||
maxPlayers: 20,
|
maxPlayers: 20,
|
||||||
motd: {
|
motd: {
|
||||||
iconURL: "./icon.webp",
|
iconURL: null,
|
||||||
l1: "hi",
|
l1: "hi",
|
||||||
l2: "lol"
|
l2: "lol"
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: "127.0.0.1",
|
host: "locahost",
|
||||||
port: 25565
|
port: 25565
|
||||||
},
|
},
|
||||||
security: { // provide path to key & cert if you want to enable encryption/secure websockets
|
security: { // provide path to key & cert if you want to enable encryption/secure websockets
|
||||||
|
|
Loading…
Reference in New Issue
Block a user