mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9054ac2b48
Signed-off-by: Madhu Venugopal <madhu@docker.com>
16 lines
304 B
TOML
Executable file
16 lines
304 B
TOML
Executable file
title = "LibNetwork Configuration file"
|
|
|
|
[daemon]
|
|
debug = false
|
|
[cluster]
|
|
discovery = "consul://localhost:8500"
|
|
Address = "1.1.1.1"
|
|
Heartbeat = 20
|
|
[datastore]
|
|
embedded = false
|
|
[datastore.client]
|
|
provider = "consul"
|
|
Address = "localhost:8500"
|
|
[orchestration]
|
|
agent = true
|
|
peer="2.2.2.2"
|