mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Add gunicorn_pushgateway_workers
This commit is contained in:
@@ -20,6 +20,11 @@ class EnvConfig(BaseSettings):
|
||||
MEILI_HOST: str
|
||||
MEILI_MASTER_KEY: str
|
||||
|
||||
PUSH_GETAWAY_ENABLED: bool = True
|
||||
PUSH_GETAWAY_HOST: str = ""
|
||||
PUSH_GETAWAY_JOB: str = "library_server"
|
||||
PUSH_GETAWAY_INTERVAL: int = 15
|
||||
|
||||
SENTRY_SDN: str
|
||||
|
||||
class Config:
|
||||
|
||||
Reference in New Issue
Block a user