Add administrative official import API
This commit is contained in:
@@ -10,6 +10,9 @@ class Settings(BaseSettings):
|
||||
s3_secret_key: str = "rf4-local-secret"
|
||||
s3_bucket: str = "catch-screenshots"
|
||||
screenshot_max_bytes: int = 8 * 1024 * 1024
|
||||
official_records_url: str = "https://rf4game.de/records/region/RU/"
|
||||
official_records_region: str = "RU"
|
||||
official_records_category: str = "records"
|
||||
model_config = SettingsConfigDict(env_file=".env", extra="ignore")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user