app/config/config.py
@@ -19,6 +19,9 @@ basic_paper_url: str = '' dify_base_url: str = '' dify_api_token: str = '' dify_workflow_clean: str = '' dify_workflow_report: str = '' postgresql_database_url: str = '' def __init__(self, **kwargs): # Check if all required fields are provided and set them for field in self.__annotations__.keys():