mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 22:08:01 +08:00
docs/config: remove extra commas in PublicGateways example entries
This commit is contained in:
parent
4c16a40f99
commit
9c99ad5c71
@ -761,7 +761,7 @@ between content roots.
|
||||
"PublicGateways": {
|
||||
"dweb.link": {
|
||||
"UseSubdomains": true,
|
||||
"Paths": ["/ipfs", "/ipns"],
|
||||
"Paths": ["/ipfs", "/ipns"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -776,7 +776,7 @@ between content roots.
|
||||
"PublicGateways": {
|
||||
"ipfs.io": {
|
||||
"UseSubdomains": false,
|
||||
"Paths": ["/ipfs", "/ipns", "/api"],
|
||||
"Paths": ["/ipfs", "/ipns", "/api"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user