aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 22:04:41 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 22:04:41 +0100
commit361f864d9923c1a2e08b7d26e0afde56797a2805 (patch)
tree6e4544b98115b0e9774cf6e521cf9636a361b689
parentUpdate electron-builder & electron-updater (diff)
downloadferdium-app-361f864d9923c1a2e08b7d26e0afde56797a2805.tar.gz
ferdium-app-361f864d9923c1a2e08b7d26e0afde56797a2805.tar.zst
ferdium-app-361f864d9923c1a2e08b7d26e0afde56797a2805.zip
Update google analytics id
-rw-r--r--src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index 417e45022..baa5a0ee5 100644
--- a/src/config.js
+++ b/src/config.js
@@ -7,7 +7,7 @@ export const CHECK_INTERVAL = 1000 * 3600; // How often should we perform checks
7export const LOCAL_API = 'http://localhost:3000'; 7export const LOCAL_API = 'http://localhost:3000';
8export const DEV_API = 'https://dev.franzinfra.com'; 8export const DEV_API = 'https://dev.franzinfra.com';
9export const LIVE_API = 'https://api.franzinfra.com'; 9export const LIVE_API = 'https://api.franzinfra.com';
10export const GA_ID = 'UA-74126766-6'; 10export const GA_ID = 'UA-74126766-10';
11 11
12export const DEFAULT_APP_SETTINGS = { 12export const DEFAULT_APP_SETTINGS = {
13 autoLaunchInBackground: false, 13 autoLaunchInBackground: false,