const APPLICATION_NAME = 'WIAAS Market'; const API_VERSION = 'v2'; const API_SERVER_BASE = process.env.REACT_APP_API_URL; const API_SERVER = API_SERVER_BASE; const API_SERVER_LOGIN = API_SERVER + "/wp-admin"; export {API_SERVER_BASE, API_SERVER, APPLICATION_NAME, API_SERVER_LOGIN}