Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion financial-services/cmcp-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
policy_bundle_path: ./policy
catalog_path: ./catalog.json
listen_addr: 0.0.0.0:8443
listen_addr: 127.0.0.1:8443 # tokenless dev mode binds to loopback; set CMCP_BEARER_TOKEN for non-loopback binds
max_response_size_bytes: 2097152
attestation:
provider: auto
Expand Down
2 changes: 1 addition & 1 deletion healthcare/cmcp-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
policy_bundle_path: ./policy
catalog_path: ./catalog.json
listen_addr: 0.0.0.0:8443
listen_addr: 127.0.0.1:8443 # tokenless dev mode binds to loopback; set CMCP_BEARER_TOKEN for non-loopback binds
audit_db_path: ./audit.db
attestation:
provider: auto
Expand Down
4 changes: 2 additions & 2 deletions startup-tpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ cmcp start --config cmcp-config.yaml
Expected startup output ends with:

```
cMCP Runtime starting: TEE: software-only, listen: 0.0.0.0:8443
INFO: Uvicorn running on http://0.0.0.0:8443
cMCP Runtime starting: TEE: software-only, listen: 127.0.0.1:8443
INFO: Uvicorn running on http://127.0.0.1:8443
```

---
Expand Down
2 changes: 1 addition & 1 deletion startup-tpm/cmcp-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
policy_bundle_path: ./policy
catalog_path: ./catalog.json
listen_addr: 0.0.0.0:8443
listen_addr: 127.0.0.1:8443 # tokenless dev mode binds to loopback; set CMCP_BEARER_TOKEN for non-loopback binds
attestation:
provider: auto
enforcement_mode: advisory