浏览代码

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

tags/0.6.12-fix1
takatost 1年前
父节点
当前提交
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',

正在加载...
取消
保存