Feature/add disabled nodes env variable (#3797)

* add disabled nodes env variable

* add bugfix to speech to text
This commit is contained in:
Henry Heng
2025-01-02 16:49:41 +00:00
committed by GitHub
parent b34a82335d
commit 50475f1fe5
8 changed files with 14 additions and 4 deletions
+1
View File
@@ -159,6 +159,7 @@ Flowise support different environment variables to configure your instance. You
| S3_ENDPOINT_URL | Custom Endpoint for S3 | String | |
| S3_FORCE_PATH_STYLE | Set this to true to force the request to use path-style addressing | Boolean | false |
| SHOW_COMMUNITY_NODES | Show nodes created by community | Boolean | |
| DISABLED_NODES | Hide nodes from UI (comma separated list of node names) | String | |
You can also specify the env variables when using `npx`. For example: