Running Experience Builder Server on Different Ports

76
1
Jump to solution
03-31-2023 10:16 AM
Gurunara
New Contributor III

Is it possible to run the experience builder server on different ports, by specifying different values for the port and https port..?

0 Kudos
1 Solution

Accepted Solutions
Gurunara
New Contributor III

In server/package.json, modify scripts/start to:
"cross-env EXB_HTTP_PORT=xxxx EXB_HTTPS_PORT=xxxx NODE_ENV=production node src/server"

View solution in original post

0 Kudos
1 Reply
Gurunara
New Contributor III

In server/package.json, modify scripts/start to:
"cross-env EXB_HTTP_PORT=xxxx EXB_HTTPS_PORT=xxxx NODE_ENV=production node src/server"

0 Kudos