How To Change the Default Port that Fusion runs on Locally
It is possible to change the port when running PageBuilder Engine locally. You can change the port by adding PORT=<desired_port>
in .env
file
Procedure
Updating the following section with the desired port number
CONTENT_BASE=<https://api.<org_id>>.arcpublishing.com FUSION_RELEASE=latest ARC_ACCESS_TOKEN=<token from developer center> PORT=<desired port number>