Update config

This commit is contained in:
2023-04-03 11:24:09 +02:00
parent 35d8d05512
commit db14333f06

View File

@@ -20,10 +20,10 @@ 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
PUSH_GETAWAY_ENABLED: bool
PUSH_GETAWAY_HOST: str
PUSH_GETAWAY_JOB: str
PUSH_GETAWAY_INTERVAL: int
SENTRY_SDN: str