mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 08:04:33 -05:00
fix: app config does not use empty string in the env (#5741)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user