export const FRONTEND_PORT = "2080"; export const PROXY_PORT = "3456"; export const SERVER_IP = "192.168.1.225"; export const PB_PORT = "8090"; export const PB_EMAIL = "debug@famchamp.dev"; export const PB_PASSWORD = "debug123"; export const DEBUG_RECORD_ID = "0747qjl16m6o529"; export const PUBLIC_PB_URL = `http://${SERVER_IP}:${PB_PORT}`; //# sourceMappingURL=config.js.map