mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Fix Auth0 configs (#15)
This commit is contained in:
parent
32c9378aad
commit
9a3d5346f2
1 changed files with 10 additions and 2 deletions
|
@ -28,9 +28,17 @@ Update your `config.yaml` with Auth0 settings:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Basic proxy configuration
|
# Basic proxy configuration
|
||||||
mcp_server_base_url: "http://localhost:8000"
|
|
||||||
listen_port: 8080
|
listen_port: 8080
|
||||||
timeout_seconds: 10
|
base_url: "http://localhost:8000"
|
||||||
|
port: 8000
|
||||||
|
|
||||||
|
# Path configuration
|
||||||
|
paths:
|
||||||
|
sse: "/sse"
|
||||||
|
messages: "/messages/"
|
||||||
|
|
||||||
|
# Transport mode
|
||||||
|
transport_mode: "sse"
|
||||||
|
|
||||||
# CORS configuration
|
# CORS configuration
|
||||||
cors:
|
cors:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue