mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
fix description N8N_PUBLIC_API_DISABLED
This commit is contained in:
parent
e8b5e269f6
commit
3b2bc474ee
@ -40,6 +40,6 @@ This page lists the deployment configuration options for your self-hosted n8n in
|
||||
| `VUE_APP_URL_BASE_API` | String | `http://localhost:5678/` | Used when building the `n8n-editor-ui` package manually to set how the frontend can reach the backend API. |
|
||||
| `N8N_HIRING_BANNER_ENABLED` | Boolean | `true` | Whether to show the n8n hiring banner in the console (true) or not (false). |
|
||||
| `N8N_PUBLIC_API_SWAGGERUI_DISABLED` | Boolean | `false` | Whether the Swagger UI (API playground) is disabled (true) or not (false). |
|
||||
| `N8N_PUBLIC_API_DISABLED` | Boolean | `false` | Whether to disable the public API (false) or not (true). |
|
||||
| `N8N_PUBLIC_API_DISABLED` | Boolean | `false` | Whether to disable the public API (true) or not (false). |
|
||||
| `N8N_PUBLIC_API_ENDPOINT` | String | `api` | Path for the public API endpoints. |
|
||||
| `N8N_GRACEFUL_SHUTDOWN_TIMEOUT` | Number | `30` | How long should the n8n process wait (in seconds) for components to shut down before exiting the process. |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user