mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
12 lines
259 B
TOML
12 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"
|