module.exports.API_BASE_NAME = 'https://access.active911.com'; module.exports.API_BASE_PATH = '/interface/open_api/api'; module.exports.API_BASE = exports.API_BASE_NAME + exports.API_BASE_PATH;