mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-05-13 18:13:35 +00:00
13 lines
256 B
TOML
13 lines
256 B
TOML
title = "LibNetwork Configuration file"
|
|
|
|
[daemon]
|
|
debug = false
|
|
[cluster]
|
|
discovery = "token://22aa23948f4f6b31230687689636959e"
|
|
Address = "1.1.1.1"
|
|
[datastore]
|
|
embedded = false
|
|
[datastore.client]
|
|
provider = "consul"
|
|
Address = "localhost:8500"
|