mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 13:01:11 +03:00
13622ba0ae
# Conflicts: # docker/docker-compose.yml
11 lines
325 B
Bash
11 lines
325 B
Bash
PORT=3000
|
|
DATABASE_PATH=/root/.flowise
|
|
APIKEY_PATH=/root/.flowise
|
|
LOG_PATH=/root/.flowise/logs
|
|
# FLOWISE_USERNAME=user
|
|
# FLOWISE_PASSWORD=1234
|
|
# DEBUG=true
|
|
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
|
|
# EXECUTION_MODE=child or main
|
|
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
|
|
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash |