Browse Source

add project dir setting

chenhaiyang 4 years ago
parent
commit
255d5fe93c
1 changed files with 1 additions and 0 deletions
  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