Added documentation about new storage and how to use it

This commit is contained in:
Mawoka
2023-06-12 20:01:30 +02:00
parent 731f1680e1
commit bb8c3a07eb
4 changed files with 39 additions and 23 deletions
+1 -4
View File
@@ -53,10 +53,7 @@ class Settings(BaseSettings):
free_storage_limit: int = 1074000000
# storage_backend
storage_backend: str | None = "deta"
# if storage_backend == "deta":
deta_project_key: str | None
deta_project_id: str | None
storage_backend: str | None = "local"
# if storage_backend == "local":
storage_path: str | None