mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-17 19:16:55 +08:00
fix: app config does not use empty string in the env (#5741)
This commit is contained in:
parent
906857b28a
commit
d56cedfc67
@ -36,7 +36,6 @@ class DifyConfig(
|
|||||||
# read from dotenv format config file
|
# read from dotenv format config file
|
||||||
env_file='.env',
|
env_file='.env',
|
||||||
env_file_encoding='utf-8',
|
env_file_encoding='utf-8',
|
||||||
env_ignore_empty=True,
|
|
||||||
|
|
||||||
# ignore extra attributes
|
# ignore extra attributes
|
||||||
extra='ignore',
|
extra='ignore',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user