export const BASE_URL = "https://api.danakcorp.com"; export const REFRESH_TOKEN_NAME = "dsc_refresh_token"; export const TOKEN_NAME = "dsc_token"; export const LOGIN_URL = "https://console.danakcorp.com/auth/login"; export const CONSOLE_URL = "https://console.danakcorp.com/dashboard";