mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-05-14 02:23:34 +00:00
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"
|