2nzi commited on
Commit
d4d562c
·
verified ·
1 Parent(s): 923cd30
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 = "create-user-e4e2c.appspot.com" # Ajoutez cette ligne
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