q13x-eaglerproxy/config.js

20 lines
315 B
JavaScript
Raw Normal View History

2022-12-18 05:39:38 -08:00
export const config = {
name: "BasedProxy",
port: 80,
maxPlayers: 20,
motd: {
iconURL: null,
l1: "hi",
l2: "lol"
},
server: {
host: "127.0.0.1",
port: 25565
},
security: {
enabled: false,
key: null,
cert: null
}
};