mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 19:01:16 +03:00
658fa3984e
* initial commit. Externalizing the file base64 string from flowData * csv - docloader - Externalizing the file base64 string from flowData * csv - docloader - Externalizing the file base64 string from flowData * DocX - docloader - Externalizing the file base64 string from flowData * Json - docloader - Externalizing the file base64 string from flowData * Jsonlines - docloader - Externalizing the file base64 string from flowData * PDF - docloader - Externalizing the file base64 string from flowData * Vectara - vector store - Externalizing the file base64 string from flowData * OpenAPIToolkit - tools - Externalizing the file base64 string from flowData * OpenAPIChain - chain - Externalizing the file base64 string from flowData * lint fixes * datasource enabled - initial commit * CSVAgent - agents - Externalizing the file base64 string from flowData * Externalizing the file base64 string from flowData * Externalizing the file base64 string from flowData * add pnpm-lock.yaml * update filerepository to add try catch * Rename FileRepository.ts to fileRepository.ts --------- Co-authored-by: Henry <hzj94@hotmail.com> Co-authored-by: Henry Heng <henryheng@flowiseai.com>
35 lines
975 B
Bash
35 lines
975 B
Bash
PORT=3000
|
|
# CORS_ORIGINS="*"
|
|
# IFRAME_ORIGINS="*"
|
|
# DATABASE_PATH=/your_database_path/.flowise
|
|
# APIKEY_PATH=/your_api_key_path/.flowise
|
|
# SECRETKEY_PATH=/your_api_key_path/.flowise
|
|
# LOG_PATH=/your_log_path/.flowise/logs
|
|
# BLOB_STORAGE_PATH=/your_storage_path/.flowise/storage
|
|
|
|
# NUMBER_OF_PROXIES= 1
|
|
|
|
# DATABASE_TYPE=postgres
|
|
# DATABASE_PORT=""
|
|
# DATABASE_HOST=""
|
|
# DATABASE_NAME="flowise"
|
|
# DATABASE_USER=""
|
|
# DATABASE_PASSWORD=""
|
|
# DATABASE_SSL=true
|
|
# DATABASE_SSL_KEY_BASE64=<Self signed certificate in BASE64>
|
|
|
|
# FLOWISE_USERNAME=user
|
|
# FLOWISE_PASSWORD=1234
|
|
# FLOWISE_SECRETKEY_OVERWRITE=myencryptionkey
|
|
# FLOWISE_FILE_SIZE_LIMIT=50mb
|
|
# 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
|
|
|
|
# DISABLE_FLOWISE_TELEMETRY=true |