Honor APP_PORT from local environment #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "task-935ff05c-configure-app-port"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
Review summary
The runtime now reads
APP_PORTwithout allowing Overmind's reservedPORTvalue or Procfile defaults to override local.envconfiguration. The generic default remains 3000, documentation is updated, and site profile URLs are untouched.Acceptance criteria
APP_PORT=3011was verified by restarting the development environment and reaching the health endpoint on port 3011.APP_PORTreturns the documented generic default of 3000.APP_PORT, allowing.envto control the runtime port.Blocking issues
Warnings
Verdict
Approved