1import { getGenPlainSec } from "../../../serverF/secretsF/getGenPlainSecAI.mts"3export const clusterTokenSecName = 'clustertoken-harv2demo'5export const harv2demoPxeSetup = {6 clusterToken: getGenPlainSec(clusterTokenSecName),7 clusterVip: '192.168.1.111', harvVersion: 'v1.7.1',8}