forked from Deuxfleurs/nixcfg
in prod also use LAN IPs when possible
This commit is contained in:
parent
86b9873221
commit
823c8bd3ba
1 changed files with 6 additions and 0 deletions
|
@ -5,21 +5,27 @@
|
|||
deuxfleurs.cluster_nodes = [
|
||||
{
|
||||
hostname = "concombre";
|
||||
site_name = "neptune";
|
||||
publicKey = "VvXT0fPDfWsHxumZqVShpS33dJQAdpJ1E79ZbCBJP34=";
|
||||
IP = "10.42.1.31";
|
||||
endpoint = "82.66.112.151:33731";
|
||||
lan_endpoint = "192.168.1.31:33731";
|
||||
}
|
||||
{
|
||||
hostname = "courgette";
|
||||
site_name = "neptune";
|
||||
publicKey = "goTkBJGmzrGDOAjUcdH9G0JekipqSMoaYQdB6IHnzi0=";
|
||||
IP = "10.42.1.32";
|
||||
endpoint = "82.66.112.151:33732";
|
||||
lan_endpoint = "192.168.1.32:33732";
|
||||
}
|
||||
{
|
||||
hostname = "celeri";
|
||||
site_name = "neptune";
|
||||
publicKey = "oZDAb8LoLW87ktUHyFFec0VaIar97bqq47mGbdVqJ0U=";
|
||||
IP = "10.42.1.33";
|
||||
endpoint = "82.66.112.151:33733";
|
||||
lan_endpoint = "192.168.1.33:33733";
|
||||
}
|
||||
];
|
||||
deuxfleurs.admin_nodes = [
|
||||
|
|
Loading…
Reference in a new issue