mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Merge branch 'main' into feature/FlowiseMultiDatabaseSupport
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user