Pterodactyl is awkward, and only exposes the server port on ENV setting SERVER_PORT - could the server be configured to read from this instead of BEAMMP_PORT?
Alternatively, allow the port to be set via an argument when running the server, for example:
./BeamMP-Server --port 30814
Acceptance Criteria
[x] Add BEAMMP_PROVIDER_PORT_ENV=whatever setting to allow the hosting provider to change which ENV the port is got from
Pterodactyl is awkward, and only exposes the server port on ENV setting
SERVER_PORT
- could the server be configured to read from this instead ofBEAMMP_PORT
?Alternatively, allow the port to be set via an argument when running the server, for example: ./BeamMP-Server --port 30814
Acceptance Criteria
BEAMMP_PROVIDER_PORT_ENV=whatever
setting to allow the hosting provider to change which ENV the port is got from--port
commandline argument