🌳
pt0/klustersF/harv2demo/harvPxeF/sharedF.mjs
3export const clusterTokenSecName = 'clustertoken-harv2demo'
5export const harv2demoPxeSetup = {
6 clusterToken: getGenPlainSec(clusterTokenSecName),
7 clusterVip: '192.168.1.111', harvVersion: 'v1.7.1',
8}