aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-04 15:20:50 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-04 15:20:50 +0100
commit8ddae4a65853ec392eefa01b87145221f53f51c2 (patch)
tree6d77c6d3c702a5ec6bbd0d218fa149efad97a4bd /src/config.js
parentfeat(Context Menu): Add "Go Back" and "Go Forward" (diff)
downloadferdium-app-8ddae4a65853ec392eefa01b87145221f53f51c2.tar.gz
ferdium-app-8ddae4a65853ec392eefa01b87145221f53f51c2.tar.zst
ferdium-app-8ddae4a65853ec392eefa01b87145221f53f51c2.zip
fix(App): Use system proxy for services
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,