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

This commit is contained in:
takatost
2024-06-29 17:15:25 +08:00
committed by GitHub
parent 906857b28a
commit d56cedfc67

View File

@@ -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',