Advertisement
Guest User

Config Server

a guest
Nov 10th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. {
  2. "Identity": {
  3. "PeerID": "12D3KooWMi1G1UkaFCVtFeDADHjphU8jxXr9cquGNfUHytLrAY96",
  4. "PrivKey": "*******"
  5. },
  6. "Datastore": {
  7. "StorageMax": "50GB",
  8. "StorageGCWatermark": 90,
  9. "GCPeriod": "1h",
  10. "Spec": {
  11. "mounts": [
  12. {
  13. "child": {
  14. "path": "blocks",
  15. "shardFunc": "/repo/flatfs/shard/v1/next-to-last/2",
  16. "sync": true,
  17. "type": "flatfs"
  18. },
  19. "mountpoint": "/blocks",
  20. "prefix": "flatfs.datastore",
  21. "type": "measure"
  22. },
  23. {
  24. "child": {
  25. "compression": "none",
  26. "path": "datastore",
  27. "type": "levelds"
  28. },
  29. "mountpoint": "/",
  30. "prefix": "leveldb.datastore",
  31. "type": "measure"
  32. }
  33. ],
  34. "type": "mount"
  35. },
  36. "HashOnRead": false,
  37. "BloomFilterSize": 0
  38. },
  39. "Addresses": {
  40. "Swarm": [
  41. "/ip4/0.0.0.0/tcp/4001",
  42. "/ip6/::/tcp/4001",
  43. "/ip4/0.0.0.0/udp/4001/quic",
  44. "/ip6/::/udp/4001/quic"
  45. ],
  46. "Announce": [],
  47. "NoAnnounce": [
  48. "/ip4/10.0.0.0/ipcidr/8",
  49. "/ip4/100.64.0.0/ipcidr/10",
  50. "/ip4/169.254.0.0/ipcidr/16",
  51. "/ip4/172.16.0.0/ipcidr/12",
  52. "/ip4/192.0.0.0/ipcidr/24",
  53. "/ip4/192.0.0.0/ipcidr/29",
  54. "/ip4/192.0.0.8/ipcidr/32",
  55. "/ip4/192.0.0.170/ipcidr/32",
  56. "/ip4/192.0.0.171/ipcidr/32",
  57. "/ip4/192.0.2.0/ipcidr/24",
  58. "/ip4/192.168.0.0/ipcidr/16",
  59. "/ip4/198.18.0.0/ipcidr/15",
  60. "/ip4/198.51.100.0/ipcidr/24",
  61. "/ip4/203.0.113.0/ipcidr/24",
  62. "/ip4/240.0.0.0/ipcidr/4",
  63. "/ip6/100::/ipcidr/64",
  64. "/ip6/2001:2::/ipcidr/48",
  65. "/ip6/2001:db8::/ipcidr/32",
  66. "/ip6/fc00::/ipcidr/7",
  67. "/ip6/fe80::/ipcidr/10"
  68. ],
  69. "API": "/ip4/127.0.0.1/tcp/5001",
  70. "Gateway": "/ip4/127.0.0.1/tcp/8080"
  71. },
  72. "Mounts": {
  73. "IPFS": "/ipfs",
  74. "IPNS": "/ipns",
  75. "FuseAllowOther": false
  76. },
  77. "Discovery": {
  78. "MDNS": {
  79. "Enabled": false,
  80. "Interval": 10
  81. }
  82. },
  83. "Routing": {
  84. "Type": "dhtclient"
  85. },
  86. "Ipns": {
  87. "RepublishPeriod": "",
  88. "RecordLifetime": "",
  89. "ResolveCacheSize": 128
  90. },
  91. "Bootstrap": [
  92. "/dnsaddr/bootstrap.libp2p.io/p2p/QmQCU2EcMqAqQPR2i9bChDtGNJchTbq5TbXJJ16u19uLTa",
  93. "/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb",
  94. "/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt",
  95. "/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
  96. "/ip4/104.131.131.82/udp/4001/quic/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
  97. "/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN"
  98. ],
  99. "Gateway": {
  100. "HTTPHeaders": {
  101. "Access-Control-Allow-Headers": [
  102. "X-Requested-With",
  103. "Range",
  104. "User-Agent"
  105. ],
  106. "Access-Control-Allow-Methods": [
  107. "GET"
  108. ],
  109. "Access-Control-Allow-Origin": [
  110. "*"
  111. ]
  112. },
  113. "RootRedirect": "",
  114. "Writable": false,
  115. "PathPrefixes": [],
  116. "APICommands": [],
  117. "NoFetch": false,
  118. "NoDNSLink": false,
  119. "PublicGateways": null
  120. },
  121. "API": {
  122. "HTTPHeaders": {}
  123. },
  124. "Swarm": {
  125. "AddrFilters": [
  126. "/ip4/10.0.0.0/ipcidr/8",
  127. "/ip4/100.64.0.0/ipcidr/10",
  128. "/ip4/169.254.0.0/ipcidr/16",
  129. "/ip4/172.16.0.0/ipcidr/12",
  130. "/ip4/192.0.0.0/ipcidr/24",
  131. "/ip4/192.0.0.0/ipcidr/29",
  132. "/ip4/192.0.0.8/ipcidr/32",
  133. "/ip4/192.0.0.170/ipcidr/32",
  134. "/ip4/192.0.0.171/ipcidr/32",
  135. "/ip4/192.0.2.0/ipcidr/24",
  136. "/ip4/192.168.0.0/ipcidr/16",
  137. "/ip4/198.18.0.0/ipcidr/15",
  138. "/ip4/198.51.100.0/ipcidr/24",
  139. "/ip4/203.0.113.0/ipcidr/24",
  140. "/ip4/240.0.0.0/ipcidr/4",
  141. "/ip6/100::/ipcidr/64",
  142. "/ip6/2001:2::/ipcidr/48",
  143. "/ip6/2001:db8::/ipcidr/32",
  144. "/ip6/fc00::/ipcidr/7",
  145. "/ip6/fe80::/ipcidr/10"
  146. ],
  147. "DisableBandwidthMetrics": false,
  148. "DisableNatPortMap": true,
  149. "EnableRelayHop": false,
  150. "EnableAutoRelay": false,
  151. "Transports": {
  152. "Network": {},
  153. "Security": {},
  154. "Multiplexers": {}
  155. },
  156. "ConnMgr": {
  157. "Type": "basic",
  158. "LowWater": 50,
  159. "HighWater": 100,
  160. "GracePeriod": "20s"
  161. }
  162. },
  163. "AutoNAT": {},
  164. "Pubsub": {
  165. "Router": "",
  166. "DisableSigning": false
  167. },
  168. "Peering": {
  169. "Peers": null
  170. },
  171. "Provider": {
  172. "Strategy": ""
  173. },
  174. "Reprovider": {
  175. "Interval": "12h",
  176. "Strategy": "all"
  177. },
  178. "Experimental": {
  179. "FilestoreEnabled": false,
  180. "UrlstoreEnabled": false,
  181. "ShardingEnabled": false,
  182. "GraphsyncEnabled": false,
  183. "Libp2pStreamMounting": false,
  184. "P2pHttpProxy": false,
  185. "StrategicProviding": false
  186. },
  187. "Plugins": {
  188. "Plugins": null
  189. }
  190. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement