aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 17:41:44 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 17:41:44 +0200
commit365e22d671613725699ecad0183efff07419e005 (patch)
tree9936ee23f14c9b53d807751b7a5ba5c13bac96da /src/config.js
parentAdd services empty state (diff)
downloadferdium-app-365e22d671613725699ecad0183efff07419e005.tar.gz
ferdium-app-365e22d671613725699ecad0183efff07419e005.tar.zst
ferdium-app-365e22d671613725699ecad0183efff07419e005.zip
Add stats api
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index e7745b61d..3b5ce7dda 100644
--- a/src/config.js
+++ b/src/config.js
@@ -12,6 +12,7 @@ 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';
15export const STATS_API = 'https://stats.franzinfra.com';
15export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12'; 16export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';
16 17
17export const DEFAULT_APP_SETTINGS = { 18export const DEFAULT_APP_SETTINGS = {