@5calls/react-components
Version:
React component library for 5 Calls webapp
26 lines (25 loc) • 1.06 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.APP_NAME = '5 Calls';
exports.APP_URL = 'https://5calls.org';
// export const APP_URL = 'http://localhost:8090';
exports.API_URL = 'https://api.5calls.org/v1';
exports.ISSUES_API_URL = exports.APP_URL + "/issues/?all=true&address=";
exports.REPORT_API_URL = exports.APP_URL + "/report";
exports.COUNTS_API_URL = exports.API_URL + "/counts";
exports.DONATIONS_API_URL = exports.API_URL + "/donations";
exports.GROUP_API_URL = exports.API_URL + "/groups";
exports.CONTACTS_API_URL = exports.API_URL + "/contacts";
exports.IP_INFO_URL = 'https://ipinfo.io/json';
exports.DONATE_URL = 'https://secure.actblue.com/donate/5calls-donate';
exports.cacheTimeout = {
default: 24 * 60 * 60 * 1000,
groups: 24 * 60 * 60 * 1000 // 1 day
};
exports.contact = {
email: 'make5calls@gmail.com',
github: 'https://github.com/5calls',
twitter: 'https://twitter.com/make5calls',
facebook: 'https://www.facebook.com/make5calls',
apps: 'https://crgj.app.link/7R2bEB0R4F',
};
;