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

pull/5742/head
takatost 2 years ago committed by GitHub
parent 906857b28a
commit d56cedfc67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save