fix(dev): default port :8080 → :8090 #5
Reference in New Issue
Block a user
Delete Branch "fix/dev-port-collision"
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?
What
Keycloak owns :8080 in the dev stack, so the service crashed on bind. Bump default
ADDRto:8090across config, Makefile, Dockerfile, .env.example, README; update the config_test to match.ADDRenv var still overrides.Why
Local dev wedge: Keycloak (
:8080) and tenant-registry (:8080) couldn't coexist. Bumping tenant-registry to:8090unblocksmake devacross the three repos without changing the rest.Test plan
Risk
Negligible. No prod traffic depends on these defaults yet.
Checklist