Преглед изворни кода

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

tags/0.6.12-fix1
takatost пре 1 година
родитељ
комит
d56cedfc67
No account linked to committer's email address
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',

Loading…
Откажи
Сачувај