Skip to content

Commit 1d94261

Browse files
committed
Change default port to 6969
1 parent 1362064 commit 1d94261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matching-service/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
uvicorn.run(
2929
"main:app",
3030
host="0.0.0.0",
31-
port=int(os.environ.get("PORT", 8000)),
31+
port=int(os.environ.get("PORT", 6969)),
3232
reload=(os.environ.get("BUILD_ENV", "dev") == "dev")
3333
)

0 commit comments

Comments
 (0)