aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
blob: acbf57f3cce58a49e99dcbb0bea0ca409ea56183 (plain) (blame)
1
2
3
4
5
export const CHECK_INTERVAL = 1000 * 3600; // How often should we perform checks
export const LOCAL_API = 'http://localhost:3000';
export const DEV_API = 'https://dev.franzinfra.com';
export const LIVE_API = 'https://api.franzinfra.com';
export const GA_ID = 'UA-74126766-6';