Browse Source

optimize settings

chenhaiyang 4 years ago
parent
commit
d60b0ea047
1 changed files with 1 additions and 1 deletions
  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: Optional[DirectoryPath] = None
+    LOGS_DIR: DirectoryPath
 
     PROJECT_NAME: str