Skip to content

Commit 3c6fd22

Browse files
committed
Polish public demo configuration docs
1 parent a1eb5b6 commit 3c6fd22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cargo build --release
1111
```
1212

1313
The end-to-end demo, sidecar, TPM setup, mock services, and registry helper
14-
scripts live in the split demo repository. The demo pins a gateway image such as
14+
scripts live in the [split demo repository](https://github.com/sl5taskforce/agent-gateway-demo). The demo pins a gateway image such as
1515
`ghcr.io/sl5taskforce/agent-gateway:main` and does not require this source checkout.
1616

1717
## Configuration

config.example.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tls_key_path = "certs/server-key.pem"
55

66
[observability]
77
log_level = "info"
8-
otlp_endpoint = "http://localhost:4317"
8+
# otlp_endpoint = "http://localhost:4317"
99
[policy]
1010
# Custom extension OID to extract from client certs.
1111
client_ext_oid = "1.3.6.1.4.1.57264.1.1"

0 commit comments

Comments
 (0)