summaryrefslogtreecommitdiffstats
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
index 479572edb..4423e61e9 100644
--- a/src/config.js
+++ b/src/config.js
@@ -12,6 +12,11 @@ export const CHECK_INTERVAL = ms('1h'); // How often should we perform checks
12export const LOCAL_API = 'http://localhost:3000'; 12export const LOCAL_API = 'http://localhost:3000';
13export const DEV_API = 'https://dev.franzinfra.com'; 13export const DEV_API = 'https://dev.franzinfra.com';
14export const LIVE_API = 'https://api.franzinfra.com'; 14export const LIVE_API = 'https://api.franzinfra.com';
15
16export const LOCAL_API_WEBSITE = 'http://localhost:3333';
17export const DEV_API_WEBSITE = 'https://meetfranz.com';
18export const LIVE_API_WEBSITE = 'https://meetfranz.com';
19
15export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; 20export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';
16 21
17export const DEFAULT_APP_SETTINGS = { 22export const DEFAULT_APP_SETTINGS = {