mirror of https://github.com/FlowiseAI/Flowise.git
10 lines
300 B
Bash
10 lines
300 B
Bash
PORT=3000
|
|
# FLOWISE_USERNAME=user
|
|
# FLOWISE_PASSWORD=1234
|
|
# DEBUG=true
|
|
# DATABASE_PATH=/your_database_path/.flowise
|
|
# APIKEY_PATH=/your_api_key_path/.flowise
|
|
# LOG_PATH=/your_log_path/logs
|
|
# EXECUTION_MODE=child or main
|
|
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
|
|
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash |