mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
feat(flowise): debug mode
This commit is contained in:
parent
c920ccf2a3
commit
620fbbcf8c
1 changed files with 26 additions and 25 deletions
|
@ -11,11 +11,12 @@ controllers:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLOWISE_USERNAME: nold
|
FLOWISE_USERNAME: nold
|
||||||
|
DEBUG: "true"
|
||||||
PORT: "3000"
|
PORT: "3000"
|
||||||
DATABASE_PATH: /data/.flowise
|
DATABASE_PATH: /data/.flowise
|
||||||
APIKEY_PATH: /data/.flowise
|
APIKEY_PATH: /data/.flowise
|
||||||
SECRETKEY_PATH: /data/.flowise
|
SECRETKEY_PATH: /data/.flowise
|
||||||
LOG_PATH: /data/.flowise/logs
|
# LOG_PATH: /data/.flowise/logs
|
||||||
|
|
||||||
# NUMBER_OF_PROXIES= 1
|
# NUMBER_OF_PROXIES= 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue