kubo/test/cli/autoconf/testdata/autoconf_new_routing_system.json
Marcin Rataj ccb49de852
Some checks failed
CodeQL / codeql (push) Has been cancelled
Docker Build / docker-build (push) Has been cancelled
Gateway Conformance / gateway-conformance (push) Has been cancelled
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Has been cancelled
Go Build / go-build (push) Has been cancelled
Go Check / go-check (push) Has been cancelled
Go Lint / go-lint (push) Has been cancelled
Go Test / go-test (push) Has been cancelled
Interop / interop-prep (push) Has been cancelled
Sharness / sharness-test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
Interop / helia-interop (push) Has been cancelled
Interop / ipfs-webui (push) Has been cancelled
feat(config): AutoConf with "auto" placeholders (#10883)
https://github.com/ipfs/kubo/pull/10883
https://github.com/ipshipyard/config.ipfs-mainnet.org/issues/3

---------

Co-authored-by: gammazero <gammazero@users.noreply.github.com>
2025-08-20 05:59:11 +02:00

38 lines
829 B
JSON
Generated

{
"AutoConfVersion": 2025072901,
"AutoConfSchema": 1,
"AutoConfTTL": 86400,
"SystemRegistry": {
"NewRoutingSystem": {
"URL": "https://new-routing.example.com",
"Description": "New routing system for testing delegation with auto routing",
"DelegatedConfig": {
"Read": [
"/routing/v1/providers",
"/routing/v1/peers",
"/routing/v1/ipns"
],
"Write": [
"/routing/v1/ipns"
]
}
}
},
"DNSResolvers": {
"eth.": [
"https://dns.eth.limo/dns-query"
]
},
"DelegatedEndpoints": {
"https://new-routing.example.com": {
"Systems": ["NewRoutingSystem"],
"Read": [
"/routing/v1/providers",
"/routing/v1/peers"
],
"Write": [
"/routing/v1/ipns"
]
}
}
}