mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-08-28 21:35:53 +00:00
ac4d7b6136
Signed-off-by: Madhu Venugopal <madhu@docker.com>
13 lines
259 B
TOML
13 lines
259 B
TOML
title = "LibNetwork Configuration file"
|
|
|
|
[daemon]
|
|
debug = false
|
|
[cluster]
|
|
discovery = "token://ce5b9756aeab50fe8fda02624f093d1c"
|
|
Address = "1.1.1.1:90"
|
|
[datastore]
|
|
embedded = false
|
|
[datastore.client]
|
|
provider = "consul"
|
|
Address = "localhost:8500"
|