|
@@ -83,11 +83,11 @@ class Settings(BaseSettings):
|
|
|
|
|
|
SERVER_ADDRESS: AnyHttpUrl = "http://172.105.219.42:8080"
|
|
|
|
|
|
- CELERY_ZIP_STORAGE: str = "/celery_storage/zips"
|
|
|
- CELERY_VIDEO_STORAGE: str = "/celery_storage/videos"
|
|
|
+ CELERY_ZIP_STORAGE: str = "celery_storage/zips"
|
|
|
+ CELERY_VIDEO_STORAGE: str = "celery_storage/videos"
|
|
|
|
|
|
- BACKEND_ZIP_STORAGE: str = "/backend_storage/zips"
|
|
|
- BACKEND_VIDEO_STORAGE: str = "/backend_storage/videos"
|
|
|
+ BACKEND_ZIP_STORAGE: str = "backend_storage/zips"
|
|
|
+ BACKEND_VIDEO_STORAGE: str = "backend_storage/videos"
|
|
|
|
|
|
LOCAL_ZIP_STORAGE:str = 'local_storage/zips'
|
|
|
LOCAL_VIDEO_STORAGE:str = 'local_storage/videos'
|