fix what reviewers said and add some improvements

This commit is contained in:
Uriel
2026-03-05 07:42:33 -03:00
parent 9b098d6f6a
commit ed77f58f13
4 changed files with 32 additions and 32 deletions

View File

@@ -17,10 +17,11 @@
# Web hosting port
#PORT: 80
# Ports used for game hosting. Values can be specific ports, port ranges or both. Default is: "49152-65535"
# Ports used for game hosting. Values can be specific ports, port ranges or both. Default is: "49152-65535,0"
# Zero means it will use a random free port if there is none in the range available
# Examples of valid values: "40000-41000,49152-65535"
# If ports within the range(s) are already in use, the WebHost will fallback to the default "49152-65535" range.
#GAME_PORTS: "49152-65535"
# If ports within the range(s) are already in use, the WebHost will fallback to the default "49152-65535,0" range.
#GAME_PORTS: "49152-65535,0"
# Place where uploads go.
#UPLOAD_FOLDER: uploads