Skip to main content

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

  1. 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>

More information

Set Up Your Dev Playground