19 lines
274 B
TOML
19 lines
274 B
TOML
[node]
|
|
log_level = "DEBUG"
|
|
hostname = ""
|
|
endpoint = ""
|
|
bootstrap_master = ""
|
|
keepalive_interval = 1
|
|
|
|
[roles.master]
|
|
observer_interval = 4
|
|
|
|
[roles.dns]
|
|
use_systemd = false
|
|
|
|
[roles.host]
|
|
domain = ""
|
|
ip = ""
|
|
local_address = ""
|
|
internal_entrypoint = ""
|
|
external_entrypoint = ""
|