xuyonghao
2024-12-04 27e3d6bb4cb203e55a44db03fdfc9acbf05c35af
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():