mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
61dabbb7da
# Conflicts: # README.md # docker/.env.example # packages/components/nodes/documentloaders/Notion/NotionDB.ts # packages/components/nodes/memory/DynamoDb/DynamoDb.ts # packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts # packages/components/nodes/memory/ZepMemory/ZepMemory.ts # packages/components/package.json # packages/components/src/utils.ts # packages/server/.env.example # packages/server/README.md # packages/server/marketplaces/chatflows/Conversational Retrieval QA Chain.json # packages/server/src/ChildProcess.ts # packages/server/src/DataSource.ts # packages/server/src/commands/start.ts # packages/server/src/index.ts # packages/server/src/utils/index.ts # packages/server/src/utils/logger.ts
23 lines
587 B
Bash
23 lines
587 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
|