Skip to content

Commit 86fbc8f

Browse files
authored
Update README.md (#463)
Fix typos for some default option values.
1 parent 621b364 commit 86fbc8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ You can get started by copying the provided [.env.example](.env.example) to `.en
933933
| Setting | Description | Default | Options |
934934
| --------------- | ---------------------------------------- | ---------------------- | ---------------------- |
935935
| `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 |
937937
| `PORT` | Port the server listens on | `4444` | 1-65535 |
938938
| `DATABASE_URL` | SQLAlchemy connection URL | `sqlite:///./mcp.db` | any SQLAlchemy dialect |
939939
| `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
981981

982982
| Setting | Description | Default | Options |
983983
| ------------------------------ | -------------------------------------- | ------- | ------- |
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 |
986986

987987
> 🖥️ Set both to `false` to disable management UI and APIs in production.
988988

0 commit comments

Comments
 (0)