configure corrosion bootstrap peers when initialising a machine

This commit is contained in:
Pavel Sviderski
2024-09-26 20:36:13 +10:00
parent b25938acc1
commit 69c9167355
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ type DBConfig struct {
type GossipConfig struct {
Addr netip.AddrPort `toml:"addr"`
Bootstrap []string `toml:"bootstrap"`
Plaintext bool `toml:"plaintext"`
}