Added Pixabay image search/import

This commit is contained in:
Mawoka
2023-06-23 00:07:33 +02:00
parent 7a13342ac1
commit c744ec162f
6 changed files with 306 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ class Settings(BaseSettings):
custom_openid_provider: CustomOpenIDProvider | None = None
telemetry_enabled: bool = True
free_storage_limit: int = 1074000000
pixabay_api_key: str | None = None
# storage_backend
storage_backend: str | None = "local"