From 58cda9cc7fb79ca9df6746de7f9662bc08dc156a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 13 Oct 2017 12:29:40 +0200 Subject: initial commit --- src/config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.js (limited to 'src/config.js') 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 @@ +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'; -- cgit v1.2.3-70-g09d2