export const HNS_HC_URL = process.env.HNS_HC_URL || 'https://hns-hc.hyperting.com' export const HNS_HC_NOTIFICATIONS_LIST_URL = `${HNS_HC_URL}/notifications-list` export const HNS_API_URL = process.env.HNS_API_URL || 'https://hns-api.hyperting.com/graphql'