mirror of https://github.com/FlowiseAI/Flowise.git
27 lines
734 B
Bash
27 lines
734 B
Bash
PORT=3000
|
|
PASSPHRASE=MYPASSPHRASE # Passphrase used to create encryption key
|
|
DATABASE_PATH=/root/.flowise
|
|
APIKEY_PATH=/root/.flowise
|
|
SECRETKEY_PATH=/root/.flowise
|
|
LOG_PATH=/root/.flowise/logs
|
|
|
|
# DATABASE_TYPE=postgres
|
|
# DATABASE_PORT=""
|
|
# DATABASE_HOST=""
|
|
# DATABASE_NAME="flowise"
|
|
# DATABASE_USER=""
|
|
# DATABASE_PASSWORD=""
|
|
# OVERRIDE_DATABASE=true
|
|
|
|
# FLOWISE_USERNAME=user
|
|
# FLOWISE_PASSWORD=1234
|
|
# DEBUG=true
|
|
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
|
|
# EXECUTION_MODE=main (child | main)
|
|
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
|
|
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash
|
|
|
|
# LANGCHAIN_TRACING_V2=true
|
|
# LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
|
|
# LANGCHAIN_API_KEY=your_api_key
|
|
# LANGCHAIN_PROJECT=your_project |