Added Moderation ratings

This commit is contained in:
Mawoka
2023-08-01 17:44:30 +02:00
parent b5d5dab2f4
commit 6a277cdf9f
14 changed files with 353 additions and 101 deletions
+1
View File
@@ -53,6 +53,7 @@ class Settings(BaseSettings):
telemetry_enabled: bool = True
free_storage_limit: int = 1074000000
pixabay_api_key: str | None = None
mods: list[str] = []
# storage_backend
storage_backend: str | None = "local"