chenhaiyang 4 anni fa
parent
commit
d95998aa0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/core/config.py

+ 1 - 1
app/core/config.py

@@ -18,7 +18,7 @@ class Settings(BaseSettings):
     PLATFORM_SECRET: SecretStr
     TRANSFER_HOST: AnyHttpUrl
 
-    LOGS_DIR: DirectoryPath
+    LOGS_DIR: Optional[DirectoryPath] = None
 
     PROJECT_NAME: str