mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
82 lines
1.8 KiB
Plaintext
82 lines
1.8 KiB
Plaintext
{
|
|
"Addresses": {
|
|
"Swarm": [
|
|
"/ip4/0.0.0.0/tcp/0"
|
|
],
|
|
"Announce": [],
|
|
"NoAnnounce": [],
|
|
"API": "/ip4/127.0.0.1/tcp/0",
|
|
"Gateway": "/ip4/0.0.0.0/tcp/0",
|
|
"RPC": "/ip4/127.0.0.1/tcp/5003",
|
|
"Delegates": [
|
|
"/dns4/node0.delegate.ipfs.io/tcp/443/https",
|
|
"/dns4/node1.delegate.ipfs.io/tcp/443/https",
|
|
"/dns4/node2.delegate.ipfs.io/tcp/443/https",
|
|
"/dns4/node3.delegate.ipfs.io/tcp/443/https"
|
|
]
|
|
},
|
|
"Discovery": {
|
|
"MDNS": {
|
|
"Enabled": true,
|
|
"Interval": 0
|
|
},
|
|
"webRTCStar": {
|
|
"Enabled": false
|
|
}
|
|
},
|
|
"Bootstrap": [],
|
|
"Pubsub": {
|
|
"Router": "gossipsub",
|
|
"Enabled": true
|
|
},
|
|
"Swarm": {
|
|
"ConnMgr": {
|
|
"LowWater": 50,
|
|
"HighWater": 200
|
|
},
|
|
"DisableNatPortMap": false
|
|
},
|
|
"Routing": {
|
|
"Type": "dhtclient"
|
|
},
|
|
"Identity": {
|
|
"PeerID": "12D3KooWP5QaQL2omcRK7FLkWSHCmnUF9b17AJf4YG73vLJx2tnQ",
|
|
"PrivKey": "CAESQP57AculF+mQdCi+Pw2lC347p9qcNYW35zA9VQTxMftTxQJdZAH/irzFp8r/0kt5LrD6mjGUjciPV0PVY/n7xe0="
|
|
},
|
|
"Datastore": {
|
|
"Spec": {
|
|
"type": "mount",
|
|
"mounts": [
|
|
{
|
|
"mountpoint": "/blocks",
|
|
"type": "measure",
|
|
"prefix": "flatfs.datastore",
|
|
"child": {
|
|
"type": "flatfs",
|
|
"path": "blocks",
|
|
"sync": true,
|
|
"shardFunc": "/repo/flatfs/shard/v1/next-to-last/2"
|
|
}
|
|
},
|
|
{
|
|
"mountpoint": "/",
|
|
"type": "measure",
|
|
"prefix": "leveldb.datastore",
|
|
"child": {
|
|
"type": "levelds",
|
|
"path": "datastore",
|
|
"compression": "none"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Keychain": {
|
|
"DEK": {
|
|
"keyLength": 64,
|
|
"iterationCount": 10000,
|
|
"salt": "DMg1WBkXaZWg7Ez0RSxvZXl6",
|
|
"hash": "sha2-512"
|
|
}
|
|
}
|
|
} |