export const ACCESS_TOKEN = 'access' export const REFRESH_TOKEN = 'refresh' export const USERNAME = 'username' export const DATE_TOGGLE = 'dateToggle' // API URL - configure in webpack or build environment export const API_URL = process.env.API_URL || 'http://localhost:8000/'