1
0
Fork 0

chore: change the package name to hivemind

This commit is contained in:
Arthur K. 2026-01-18 16:51:53 +03:00
parent 6b170e4c5a
commit a0e16d2c4f
Signed by: wzray
GPG key ID: B97F30FDC4636357
17 changed files with 57 additions and 57 deletions

View file

@ -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"