config: Allow overriding bootstrap peers

This commit is contained in:
Łukasz Magiera
2019-10-11 05:16:12 +02:00
parent 4334e4d93d
commit 9a536e7cc0
4 changed files with 25 additions and 8 deletions
+1
View File
@@ -19,6 +19,7 @@ type API struct {
// Libp2p contains configs for libp2p
type Libp2p struct {
ListenAddresses []string
BootstrapPeers []string
}
type Metrics struct {