mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-06 05:48:16 -07:00
Added ability to define custom port ranges the WebHost will use for game servers, instead of pure random.
This commit is contained in:
@@ -29,6 +29,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
|
||||
|
||||
Reference in New Issue
Block a user