address configuration fix and add BLOB_STORAGE_PATH env variable

This commit is contained in:
Henry
2024-02-02 13:52:49 +00:00
parent a219efc913
commit c5bd4d4168
8 changed files with 11 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ DATABASE_PATH=/root/.flowise
APIKEY_PATH=/root/.flowise
SECRETKEY_PATH=/root/.flowise
LOG_PATH=/root/.flowise/logs
BLOB_STORAGE_PATH=/root/.flowise/storage
# CORS_ORIGINS="*"
# IFRAME_ORIGINS="*"