Skip to content

Commit

Permalink
add doc string to
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Janvid <[email protected]>
  • Loading branch information
ahdamin and Vince-janv authored Sep 2, 2024
1 parent ba2f4c8 commit f844cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/server/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


class AppConfig(BaseSettings):
"""Default values are overridden by environment variable at run-time."""
gunicorn_workers: int = 4
gunicorn_threads: int = 4
gunicorn_bind: str = "0.0.0.0:8000"
Expand Down

0 comments on commit f844cfa

Please sign in to comment.