adding discovery

This commit is contained in:
2024-10-30 22:40:25 +07:00
parent 4454822ad4
commit 8b3658b5af
3 changed files with 108 additions and 42 deletions

View File

@ -36,6 +36,7 @@ type Config struct {
} `yaml:"cluster"`
Flex struct {
Discover bool `yaml:"discovery"`
IP string `yaml:"ip"`
SpotLife string `yaml:"spot_life"`
} `yaml:"flex"`