1export const nodeIpsExtHost = 'kube.do2demo.demokluster.com'3export const demovanilladb = {4 ptNodePortNo: 30703,5 needsKubePortFwd: false,6}8export const gamesdo2db = {9 isCnPg: true,10 ptNodePortNo: 30701,11 needsKubePortFwd: true,12}14export const nixbuilder = {15 ptNodePortNo: 30122,16}18export const will2db = {19 ptNodePortNo: 30412,20 needsKubePortFwd: false,21}