Change log level to debug and update port to 3000
This commit is contained in:
parent
b3197a77e3
commit
1d16e7e24e
1 changed files with 2 additions and 2 deletions
|
|
@ -1070,9 +1070,9 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
"main:app",
|
"main:app",
|
||||||
log_level="info",
|
log_level="debug",
|
||||||
host="0.0.0.0", # noqa: S104
|
host="0.0.0.0", # noqa: S104
|
||||||
port=5000,
|
port=3000,
|
||||||
proxy_headers=True,
|
proxy_headers=True,
|
||||||
forwarded_allow_ips="*",
|
forwarded_allow_ips="*",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue