- Replaced old --sandbox flag with --localstack-endpoint that we use in other services. More info in D8835
- Also renamed --port to --http-port to match other services
- Changed default port to 50055, see https://linear.app/comm/issue/ENG-3288/dont-bind-services-to-default-grpc-port
Details
Details
cargo run - should start with default localstack endpoint (LOCALSTACK_ENDPOINT env is set by Nix). Default HTTP port is 50055.
The --http-port and --localstack-endpoint arguments do override the defaults.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable