Skip to content

Commit

Permalink
fix: weird shit
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Oct 3, 2024
1 parent 4a4dfb6 commit 1176b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comet/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def signal_handler(sig, frame):
host=settings.FASTAPI_HOST,
port=settings.FASTAPI_PORT,
proxy_headers=True,
forwarded_allow_ips="*",
workers=settings.FASTAPI_WORKERS,
log_config=None,
)
Expand Down

0 comments on commit 1176b2a

Please sign in to comment.