aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-05 11:11:41 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-05 11:11:41 +0100
commit4ebe1a0cc36061541d3a414a6a8b7a7aacc68ed5 (patch)
tree03271792b328da14bedabe8c2923aa2394cceb82 /src/config.js
parentfix(App): Use system proxy for services (diff)
downloadferdium-app-4ebe1a0cc36061541d3a414a6a8b7a7aacc68ed5.tar.gz
ferdium-app-4ebe1a0cc36061541d3a414a6a8b7a7aacc68ed5.tar.zst
ferdium-app-4ebe1a0cc36061541d3a414a6a8b7a7aacc68ed5.zip
Simplify setProxy logic / use system defaults unless overwritten
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.js b/src/config.js
index b24d18888..ba3af14b9 100644
--- a/src/config.js
+++ b/src/config.js
@@ -10,8 +10,6 @@ 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
15export const DEFAULT_APP_SETTINGS = { 13export const DEFAULT_APP_SETTINGS = {
16 autoLaunchInBackground: false, 14 autoLaunchInBackground: false,
17 runInBackground: true, 15 runInBackground: true,