1export const nodeIpsExtHost = 'kube.hetzn1.demokluster.com'3export const gameshetzdb = {4 isCnPg: true,5 ptNodePortNo: 30700,6 needsKubePortFwd: false,7}9export const donatedb = {10 isCnPg: true,11 ptNodePortNo: 30702,12 needsKubePortFwd: false,13}15export const donatedbprod = {16 isCnPg: true,17 ptNodePortNo: 30703,18 needsKubePortFwd: false,19}21export const peertube = {22 isCnPg: true,23 ptNodePortNo: 30704,24 needsKubePortFwd: false,25}29export const nethNodePort = 3031330export const prysmNodePort = 30314