File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -933,7 +933,7 @@ You can get started by copying the provided [.env.example](.env.example) to `.en
933
933
| Setting | Description | Default | Options |
934
934
| --------------- | ---------------------------------------- | ---------------------- | ---------------------- |
935
935
| `APP_NAME` | Gateway / OpenAPI title | `MCP Gateway` | string |
936
- | `HOST` | Bind address for the app | `0 .0.0.0` | IPv4/IPv6 |
936
+ | `HOST` | Bind address for the app | `127 .0.0.1` | IPv4/IPv6 |
937
937
| `PORT` | Port the server listens on | `4444` | 1-65535 |
938
938
| `DATABASE_URL` | SQLAlchemy connection URL | `sqlite:///./mcp.db` | any SQLAlchemy dialect |
939
939
| `APP_ROOT_PATH` | Subpath prefix for app (e.g. `/gateway`) | (empty) | string |
@@ -981,8 +981,8 @@ You can get started by copying the provided [.env.example](.env.example) to `.en
981
981
982
982
| Setting | Description | Default | Options |
983
983
| ------------------------------ | -------------------------------------- | ------- | ------- |
984
- | `MCPGATEWAY_UI_ENABLED` | Enable the interactive Admin dashboard | `true` | bool |
985
- | `MCPGATEWAY_ADMIN_API_ENABLED` | Enable API endpoints for admin ops | `true` | bool |
984
+ | `MCPGATEWAY_UI_ENABLED` | Enable the interactive Admin dashboard | `false` | bool |
985
+ | `MCPGATEWAY_ADMIN_API_ENABLED` | Enable API endpoints for admin ops | `false` | bool |
986
986
987
987
> 🖥️ Set both to `false` to disable management UI and APIs in production.
988
988
You can’t perform that action at this time.
0 commit comments