Merge branch 'main' into HEAD

# Conflicts:
#	WebHostLib/autolauncher.py
#	WebHostLib/customserver.py
This commit is contained in:
Lexipherous
2025-02-09 17:45:26 +00:00
4 changed files with 53 additions and 7 deletions

View File

@@ -31,6 +31,7 @@ app.config["SELFLAUNCHKEY"] = None # can point to a SSL Certificate Key to encr
app.config["SELFGEN"] = True # application process is in charge of scheduling Generations.
app.config["DEBUG"] = False
app.config["PORT"] = 80
app.config["GAME_PORTS"] = "49152-65535"
app.config['UPLOAD_FOLDER'] = UPLOAD_FOLDER
app.config['MAX_CONTENT_LENGTH'] = 64 * 1024 * 1024 # 64 megabyte limit
# if you want to deploy, make sure you have a non-guessable secret key