aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index ba3af14b9..b24d18888 100644
--- a/src/config.js
+++ b/src/config.js
@@ -10,6 +10,8 @@ export const DEV_API = 'https://dev.franzinfra.com';
10export const LIVE_API = 'https://api.franzinfra.com'; 10export const LIVE_API = 'https://api.franzinfra.com';
11export const GA_ID = 'UA-74126766-10'; 11export const GA_ID = 'UA-74126766-10';
12 12
13export const HEALTHCHECK_URL = 'https://api.franzinfra.com/health';
14
13export const DEFAULT_APP_SETTINGS = { 15export const DEFAULT_APP_SETTINGS = {
14 autoLaunchInBackground: false, 16 autoLaunchInBackground: false,
15 runInBackground: true, 17 runInBackground: true,