mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
feat(flowise): debug mode
This commit is contained in:
parent
c920ccf2a3
commit
620fbbcf8c
1 changed files with 26 additions and 25 deletions
|
@ -9,35 +9,36 @@ controllers:
|
|||
- flowise
|
||||
- start
|
||||
|
||||
env:
|
||||
FLOWISE_USERNAME: nold
|
||||
PORT: "3000"
|
||||
DATABASE_PATH: /data/.flowise
|
||||
APIKEY_PATH: /data/.flowise
|
||||
SECRETKEY_PATH: /data/.flowise
|
||||
LOG_PATH: /data/.flowise/logs
|
||||
env:
|
||||
FLOWISE_USERNAME: nold
|
||||
DEBUG: "true"
|
||||
PORT: "3000"
|
||||
DATABASE_PATH: /data/.flowise
|
||||
APIKEY_PATH: /data/.flowise
|
||||
SECRETKEY_PATH: /data/.flowise
|
||||
# LOG_PATH: /data/.flowise/logs
|
||||
|
||||
# NUMBER_OF_PROXIES= 1
|
||||
# NUMBER_OF_PROXIES= 1
|
||||
|
||||
# DATABASE_TYPE=postgres
|
||||
# DATABASE_PORT=""
|
||||
# DATABASE_HOST=""
|
||||
# DATABASE_NAME="flowise"
|
||||
# DATABASE_USER=""
|
||||
# DATABASE_PASSWORD=""
|
||||
# DATABASE_TYPE=postgres
|
||||
# DATABASE_PORT=""
|
||||
# DATABASE_HOST=""
|
||||
# DATABASE_NAME="flowise"
|
||||
# DATABASE_USER=""
|
||||
# DATABASE_PASSWORD=""
|
||||
|
||||
# FLOWISE_USERNAME=user
|
||||
# FLOWISE_PASSWORD=1234
|
||||
# FLOWISE_SECRETKEY_OVERWRITE=myencryptionkey
|
||||
# DEBUG=true
|
||||
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
|
||||
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
|
||||
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash
|
||||
# FLOWISE_USERNAME=user
|
||||
# FLOWISE_PASSWORD=1234
|
||||
# FLOWISE_SECRETKEY_OVERWRITE=myencryptionkey
|
||||
# DEBUG=true
|
||||
# LOG_LEVEL=debug (error | warn | info | verbose | debug)
|
||||
# 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
|
||||
# LANGCHAIN_TRACING_V2=true
|
||||
# LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
|
||||
# LANGCHAIN_API_KEY=your_api_key
|
||||
# LANGCHAIN_PROJECT=your_project
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
|
Loading…
Reference in a new issue