xuyonghao
2024-12-03 195ae13bbf2931c33165ac83a149fd5e230fd0b4
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():