Commit 7be5d7e
authored
fix: port 80 ignored in ingestor endpoint (#1004)
current state -
if ingest node starts at port 80 i.e.
if env vars P_ADDR or P_INGESTOR_ENDPOINT are set with port 80
server ignores the port and panics at start with error
fix -
if port is ignored, use default port to 801 parent 7b8398d commit 7be5d7e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments