Merge branch 'main' into feature/FlowiseMultiDatabaseSupport

This commit is contained in:
Atish Amte
2023-07-18 23:56:41 +05:30
committed by GitHub
26 changed files with 476 additions and 206 deletions
+5 -2
View File
@@ -3,7 +3,7 @@ PORT=3000
# FLOWISE_PASSWORD=1234
# DEBUG=true
# APIKEY_PATH=/your_api_key_path/.flowise
# LOG_PATH=/your_log_path/logs
# LOG_PATH=/your_log_path/.flowise/logs
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
# EXECUTION_MODE=main (child | main)
@@ -18,4 +18,7 @@ DATABASE_TYPE="sqlite" # sqlite, mysql, postgres
# DATABASE_HOST="127.0.0.1"
# DATABASE_NAME="flowise"
# DATABASE_USER="root"
# DATABASE_PASSWORD="atish123"
# DATABASE_PASSWORD="atish123"
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash