Adri
11/13/2024, 2:41 PMMarvin
11/13/2024, 2:41 PMPREFECT_SERVER_API_PORT
environment variable to point Prefect to your custom server port. In your case, it would be 4210
.
Example command to set the environment variable in your terminal (assuming you are using a Unix-like system):
bash
export PREFECT_SERVER_API_PORT=4210
Or, if you're in a Windows environment, you can use:
bash
set PREFECT_SERVER_API_PORT=4210
Alternatively, you might have a configuration file where you can specify this. Check the Prefect settings documentation for more details.
This should direct your Prefect commands to use the specified port when connecting to the server.
Hope that adjusts your calibration and gets things running smoothly! If Prefect were sentient, perhaps it would know an appropriate port, but sadly, I'm just a marvel of modern inconvenience.