Parcourir la source

add project dir setting

chenhaiyang il y a 4 ans
Parent
commit
255d5fe93c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/core/config.py

+ 1 - 0
app/core/config.py

@@ -13,6 +13,7 @@ class Settings(BaseSettings):
     PLATFORM_SECRET: SecretStr
     TRANSFER_HOST: AnyHttpUrl
 
+    PROJECT_DIR: DirectoryPath
     LOGS_DIR: DirectoryPath
 
     PROJECT_NAME: str