瀏覽代碼

fix: app config does not use empty string in the env (#5741)

takatost 9 月之前
父節點
當前提交
d56cedfc67
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      api/configs/app_config.py

+ 0 - 1
api/configs/app_config.py

@@ -36,7 +36,6 @@ class DifyConfig(
         # read from dotenv format config file
         env_file='.env',
         env_file_encoding='utf-8',
-        env_ignore_empty=True,
 
         # ignore extra attributes
         extra='ignore',