Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ network blueprint catalog deployed to the production rendezvous.
| Path | What it is |
|---|---|
| `daemon.json` | Reference `pilot-daemon` config β€” registry, beacon, listen, identity paths. |
| `gateway.json` | Reference `pilot-gateway` config β€” alias mappings, port allocations. |
| `gateway.json` | Reference `pilot-gateway` config β€” alias mappings, port allocations. Optional: the gateway binary no longer ships in release tarballs; build it from [pilot-protocol/gateway](https://github.com/pilot-protocol/gateway). |
| `rendezvous.json` | Reference `pilot-rendezvous` config β€” beacon coords, listen, store. |
| `networks/` | The shipped network policy catalog β€” one `.json` per blueprint. |
| `networks/SHIPPED.md` | Index of every blueprint deployed to the production registry. |
Expand Down
Loading