chore: change the package name to hivemind
This commit is contained in:
parent
6b170e4c5a
commit
a0e16d2c4f
17 changed files with 57 additions and 57 deletions
20
config.toml
20
config.toml
|
|
@ -1,19 +1,19 @@
|
|||
[node]
|
||||
log_level = "DEBUG"
|
||||
hostname = ""
|
||||
endpoint = ""
|
||||
bootstrap_master = ""
|
||||
keepalive_interval = 1
|
||||
address = "laptop.spb.wzray.com"
|
||||
hostname = "laptop.spb.wzray.com"
|
||||
bootstrap_master = "hicpu.spb.wzray.com"
|
||||
keepalive_interval = 10
|
||||
|
||||
[roles.master]
|
||||
observer_interval = 4
|
||||
observer_interval = 1
|
||||
|
||||
[roles.dns]
|
||||
use_systemd = false
|
||||
|
||||
[roles.host]
|
||||
domain = ""
|
||||
ip = ""
|
||||
local_address = ""
|
||||
internal_entrypoint = ""
|
||||
external_entrypoint = ""
|
||||
domain = "traefik.wzray.com"
|
||||
ip = "10.161.4.11"
|
||||
local_address = "10.161.4.11"
|
||||
internal_entrypoint = "https"
|
||||
external_entrypoint = "ehttps"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue