Selaa lähdekoodia

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

takatost 11 kuukautta sitten
vanhempi
commit
d56cedfc67
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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
         # 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',