Explorar el Código

add project dir setting

chenhaiyang hace 4 años
padre
commit
255d5fe93c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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