You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ Flowise has 3 different modules in a single mono repository.
152
152
153
153
## 🌱 Env Variables
154
154
155
-
Flowise support different environment variables to configure your instance. You can specify the following variables in the `.env` file inside `packages/server` folder. Read [more](https://docs.flowiseai.com/environment-variables)
155
+
Flowise support different environment variables to configure your instance. You can specify the following variables in the `.env` file inside `packages/server` folder. Read [more](https://docs.flowiseai.com/configuration/environment-variables)
@@ -162,6 +162,8 @@ Flowise support different environment variables to configure your instance. You
162
162
| MCP_CORS_ORIGINS | The allowed origins for MCP endpoint cross-origin calls. If unset, only non-browser (no Origin header) requests are allowed. Set to `*` to allow all origins. | String ||
163
163
| IFRAME_ORIGINS | The allowed origins for iframe src embedding | String ||
| CUSTOM_MCP_TOOLS_MAX_BYTES | Maximum byte size of the JSON tools payload stored per Custom MCP Server row (after stringify). Rejects oversized payloads returned by remote MCP servers. Set to `0` to disable the check. | Number | 524288 (512 KB) |
166
+
| CUSTOM_MCP_AUTHORIZE_TIMEOUT_MS | Maximum timein milliseconds to waitfor the MCP server handshake during authorize. Bounds the request so a slow/tarpit upstream cannot tie up the HTTP worker indefinitely. Minimum 1000. | Number | 15000 |
165
167
| DEBUG | Print logs from components | Boolean ||
166
168
| LOG_PATH | Location where log files are stored | String |`your-path/Flowise/logs`|
167
169
| LOG_LEVEL | Different levels of logs | Enum String: `error`, `info`, `verbose`, `debug`|`info`|
0 commit comments