langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
35.59k stars 4.8k forks source link

fix(api/configs): Ignore empty environment variables when loading config. #5647

Closed laipz8200 closed 3 days ago

laipz8200 commented 3 days ago

Description

Ensure that default values in the configuration items are correctly loaded by ignoring potential null values in the environment variables.

Ref

Fixes #5640 (issue)

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Suggested Checklist:

laipz8200 commented 3 days ago

cc @bowenliang123

bowenliang123 commented 3 days ago

Thanks!