[GH-ISSUE #19] feature request: user configurable port for v2.0 #16

Closed
opened 2026-02-27 07:17:26 +03:00 by kerem · 1 comment
Owner

Originally created by @mzazon on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/jwadow/kiro-gateway/issues/19

I was prototyping a few different apps locally and kept running into port 8000 being taken as is default for some web frameworks. would be nice to have a configurable (optional) port in .env

thank you for your work! this thing is awesome.

Originally created by @mzazon on GitHub (Jan 7, 2026). Original GitHub issue: https://github.com/jwadow/kiro-gateway/issues/19 I was prototyping a few different apps locally and kept running into port 8000 being taken as is default for some web frameworks. would be nice to have a configurable (optional) port in .env thank you for your work! this thing is awesome.
kerem 2026-02-27 07:17:26 +03:00
Author
Owner

@jwadow commented on GitHub (Jan 7, 2026):

Hey @mzazon, good to see you again

Honestly surprised this wasn't in from the start, but here we are

Now you can do:

  • python main.py --port 9000 (or uvicorn main:app --port 9000 directly)
  • SERVER_PORT=9000 in .env

Priority: CLI args > env vars > default (8000)

Thanks for the suggestion, this is a solid qol improvement

<!-- gh-comment-id:3720676677 --> @jwadow commented on GitHub (Jan 7, 2026): Hey @mzazon, good to see you again Honestly surprised this wasn't in from the start, but here we are Now you can do: - `python main.py --port 9000` (or `uvicorn main:app --port 9000` directly) - SERVER_PORT=9000 in .env Priority: CLI args > env vars > default (8000) Thanks for the suggestion, this is a solid qol improvement
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/kiro-gateway-jwadow#16
No description provided.