github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/libnetwork/cmd/dnet/libnetwork.toml (about) 1 title = "LibNetwork Configuration file" 2 3 [daemon] 4 debug = false 5 [cluster] 6 discovery = "consul://localhost:8500" 7 Address = "1.1.1.1" 8 Heartbeat = 20 9 [datastore] 10 embedded = false 11 [datastore.client] 12 provider = "consul" 13 Address = "localhost:8500" 14 [orchestration] 15 agent = true 16 peer="2.2.2.2"