feat: initial release
This commit is contained in:
parent
a3cf21f5bd
commit
761174d035
41 changed files with 2008 additions and 217 deletions
19
config.toml
Normal file
19
config.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[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 = ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue