forked from radicle-dev/radicle-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
33 lines (33 loc) · 844 Bytes
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"nodes": {
"fallbackPublicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
"apiVersion": "1.0.0",
"defaultHttpdPort": 443,
"defaultLocalHttpdPort": 8080,
"defaultHttpdHostname": "seed.radicle.garden",
"defaultHttpdScheme": "https",
"defaultNodePort": 8776,
"pinned": [
{
"baseUrl": {
"hostname": "seed.radicle.xyz",
"port": 443,
"scheme": "https"
}
}
]
},
"supportWebsite": "https://radicle.zulipchat.com",
"reactions": ["👍", "👎", "😄", "🎉", "🙁", "🚀", "👀"],
"fallbackPreferredSeed": {
"hostname": "seed.radicle.garden",
"port": 443,
"scheme": "https"
},
"plugins": {
"radiclePlanningBoards": {
"enabled": true,
"origin": "https://chipper-wisp-c7553e.netlify.app"
}
}
}