Move monitoring PF infrastructure to Go
This commit is contained in:
@@ -28,9 +28,6 @@ class Settings(BaseSettings):
|
||||
model_config = SettingsConfigDict(extra="ignore")
|
||||
|
||||
tg_bot_token: str = ""
|
||||
web_host: str = "127.0.0.1"
|
||||
web_port: int = 8000
|
||||
public_base_path: str = ""
|
||||
scrape_interval_hours: int = 4
|
||||
database_url: str = f"sqlite:///{DATA_DIR / 'monitor.db'}"
|
||||
admin_chat_id: str = ""
|
||||
|
||||
Reference in New Issue
Block a user