mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
update CONTRIBUTING README
This commit is contained in:
+10
-1
@@ -1,5 +1,14 @@
|
||||
PORT=3000
|
||||
OVERRIDE_DATABASE=true
|
||||
DATABASE_TYPE=sqlite
|
||||
DATABASE_PATH=/root/.flowise
|
||||
# When database is not sqlite
|
||||
# DATABASE_PORT=""
|
||||
# DATABASE_HOST=""
|
||||
# DATABASE_NAME="flowise"
|
||||
# DATABASE_USER=""
|
||||
# DATABASE_PASSWORD=""
|
||||
|
||||
APIKEY_PATH=/root/.flowise
|
||||
LOG_PATH=/root/.flowise/logs
|
||||
# FLOWISE_USERNAME=user
|
||||
@@ -8,4 +17,4 @@ LOG_PATH=/root/.flowise/logs
|
||||
# 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
|
||||
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash
|
||||
|
||||
Reference in New Issue
Block a user