aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
new file mode 100644
index 000000000..acbf57f3c
--- /dev/null
+++ b/src/config.js
@@ -0,0 +1,5 @@
1export const CHECK_INTERVAL = 1000 * 3600; // How often should we perform checks
2export const LOCAL_API = 'http://localhost:3000';
3export const DEV_API = 'https://dev.franzinfra.com';
4export const LIVE_API = 'https://api.franzinfra.com';
5export const GA_ID = 'UA-74126766-6';