Disable bootstrap

This commit is contained in:
Zuma 2025-12-18 16:51:12 +01:00
parent 066318f1f4
commit b99659f23e

View file

@ -196,7 +196,7 @@ with pkgs.lib;
site = clusterNodeCfg.siteName;
};
server = true;
bootstrap_expect = 3;
bootstrap = false;
datacenter = cfg.clusterName;
ui_config.enabled = true;
bind_addr = "${clusterAddress}";