Spaces:
Sleeping
Sleeping
upload
Browse files
app/api/endpoints/__pycache__/__init__.cpython-38.pyc
ADDED
Binary file (173 Bytes). View file
|
|
app/api/endpoints/__pycache__/videos.cpython-38.pyc
ADDED
Binary file (4.51 kB). View file
|
|
app/core/config.py
CHANGED
@@ -5,7 +5,7 @@ class Settings(BaseSettings):
|
|
5 |
API_V1_STR: str = "/api"
|
6 |
FIREBASE_CREDENTIALS: str = "serviceAccountKey.json"
|
7 |
STORAGE_PATH: str = "media_storage"
|
8 |
-
STORAGE_BUCKET: str = "
|
9 |
|
10 |
class Config:
|
11 |
case_sensitive = True
|
|
|
5 |
API_V1_STR: str = "/api"
|
6 |
FIREBASE_CREDENTIALS: str = "serviceAccountKey.json"
|
7 |
STORAGE_PATH: str = "media_storage"
|
8 |
+
STORAGE_BUCKET: str = "STORAGE_BUCKET"
|
9 |
|
10 |
class Config:
|
11 |
case_sensitive = True
|
requirements.txt
CHANGED
@@ -7,6 +7,7 @@ huggingface-hub
|
|
7 |
yt-dlp
|
8 |
ffmpeg-python
|
9 |
pydantic
|
|
|
10 |
|
11 |
|
12 |
# fastapi==0.110.0
|
|
|
7 |
yt-dlp
|
8 |
ffmpeg-python
|
9 |
pydantic
|
10 |
+
pydantic-settings
|
11 |
|
12 |
|
13 |
# fastapi==0.110.0
|