const REDO_PUBLIC_API_HOSTNAME = 'api.getredo.com';

const REDO_REQUIRED_HOSTNAMES = [
  REDO_PUBLIC_API_HOSTNAME
];

export {
  REDO_REQUIRED_HOSTNAMES,
  REDO_PUBLIC_API_HOSTNAME
};