-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.default.json
76 lines (76 loc) · 2 KB
/
config.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"bbox": [7.56,47.55,7.58,47.56],
"style": {
"url": "style.png"
},
"fonts": {
"endpoints": [
{
"url": "https://ipfs.io/ipfs/QmNQCPGV3XZrtNdQyMbZhSJcGisg4xCFyxeHs1tacrdETm/DejaVuSans.qbzf",
"description": "DejaVuSans on ipfs",
"active": true
},
{
"url": "hyper://126065f6b93924f976034b84ce74d9d570a44903ce9d110069a7aa65ddccd507/DejaVuSans.qbzf",
"description": "DejaVuSans on hyperdrive",
"active": false
}
]
},
"swarmOpts": {
"bootstrap": [
"wss://hyperswarm.linkping.org",
"wss://swarm.cblgh.org"
]
},
"settings": {
"storage": {
"endpoints": [
{
"url": "https://peermaps.linkping.org/data",
"description": "Peermaps data hosted by linkping.org",
"zoom": [1, 21],
"active": true
},
{
"url": "hyper://3dd1656d6408a718fae1117b5283fb18cb1f9139b892ce0f8cacbb6737ec1d67",
"description": "Peermaps data via hyperswarm-web",
"zoom": [15, 21],
"active": false
},
{
"url": "https://ipfs.io/ipfs/QmVCYUK51Miz4jEjJxCq3bA6dfq5FXD6s2EYp6LjHQhGmh",
"description": "Dataset on ipfs",
"zoom": [1, 21],
"active": false
},
{
"url": "http://localhost:8000",
"description": "Data from local machine",
"zoom": [1, 21],
"active": false
}
]
},
"ui": {
"locale": "en-US"
},
"search": {
"retryLimit": 3,
"endpoints": [
{
"url": "https://ipfs.io/ipfs/QmcWEeF9UGuo1VUw8N97uEH5rjcXvoay2fJusDvajHfmNN",
"description": "cities500 ipfs",
"type": "sparse-geonames",
"active": true
},
{
"url": "hyper://c1fed4a7be3d36e437fec0fba04d40fee7565ccf756c4801ffcea2f0ae1eecc9",
"description": "cities500 hyperdrive",
"type": "sparse-geonames",
"active": false
}
]
}
}
}