We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1362064 commit 1d94261Copy full SHA for 1d94261
matching-service/app/main.py
@@ -28,6 +28,6 @@
28
uvicorn.run(
29
"main:app",
30
host="0.0.0.0",
31
- port=int(os.environ.get("PORT", 8000)),
+ port=int(os.environ.get("PORT", 6969)),
32
reload=(os.environ.get("BUILD_ENV", "dev") == "dev")
33
)
0 commit comments