mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2026-03-03 15:10:51 +01:00
Update config
This commit is contained in:
@@ -20,10 +20,10 @@ class EnvConfig(BaseSettings):
|
|||||||
MEILI_HOST: str
|
MEILI_HOST: str
|
||||||
MEILI_MASTER_KEY: str
|
MEILI_MASTER_KEY: str
|
||||||
|
|
||||||
PUSH_GETAWAY_ENABLED: bool = True
|
PUSH_GETAWAY_ENABLED: bool
|
||||||
PUSH_GETAWAY_HOST: str = ""
|
PUSH_GETAWAY_HOST: str
|
||||||
PUSH_GETAWAY_JOB: str = "library_server"
|
PUSH_GETAWAY_JOB: str
|
||||||
PUSH_GETAWAY_INTERVAL: int = 15
|
PUSH_GETAWAY_INTERVAL: int
|
||||||
|
|
||||||
SENTRY_SDN: str
|
SENTRY_SDN: str
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user