Cleanup configuration

This commit is contained in:
timvisee
2021-11-09 01:15:16 +01:00
parent d109b2bf32
commit 5883dcb1f4

View File

@@ -1,10 +1,8 @@
# lazymc configuration # lazymc configuration
[public] [public]
# Egress address. # Public address. IP and port users connect to.
# # Shows sleeping status, starts server on connect, and proxies to server.
# Public IP and port users will connect to.
# Shows sleeping status, starts server on connect, and proxies to ingress server.
address = "0.0.0.0:25565" address = "0.0.0.0:25565"
[server] [server]
@@ -12,13 +10,10 @@ address = "0.0.0.0:25565"
directory = "." directory = "."
# Command to start the server. # Command to start the server.
# # Warning: if using a bash script read: https://github.com/timvisee/lazymc/blob/master/docs/command_bash.md
# Warning: if using a bash script, see: https://github.com/timvisee/lazymc/blob/master/docs/command_bash.md
command = "java -Xmx1G -Xms1G -jar server.jar --nogui" command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
# Ingress address. # Server address. Internal IP and port of server started by lazymc to proxy to.
#
# Internal IP and port of server started by lazymc to proxy to.
address = "127.0.0.1:25566" address = "127.0.0.1:25566"
# Immediately wake server when starting lazymc. # Immediately wake server when starting lazymc.